Skip to content

Commit

Permalink
Fixed init method nullability to default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Matti Mustonen committed Oct 13, 2017
1 parent 1e03fb1 commit d8f45e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFNetworking/AFNetworkReachabilityManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ NS_ASSUME_NONNULL_BEGIN
*
* @return nil as this method is unavailable
*/
- (nullable instancetype)init NS_UNAVAILABLE;
- (instancetype)init NS_UNAVAILABLE;

///--------------------------------------------------
/// @name Starting & Stopping Reachability Monitoring
Expand Down

0 comments on commit d8f45e7

Please sign in to comment.