Remove conflicting nullable specifier on init by SlaunchaMan · Pull Request #4182 · AFNetworking/AFNetworking
Navigation Menu
This repository was archived by the owner on Jan 17, 2023. It is now read-only.
- Notifications You must be signed in to change notification settings
- Fork 10.5k
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters