Remove conflicting nullable specifier on init by SlaunchaMan · Pull Request #4182 · AFNetworking/AFNetworking

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Conversation

The nullable specifier on init conflicts with the nonnull specifier on NSObject which generates a warning. This change removes it and throws an exception if init is used.

Labels