lpw
2021-05-07 bc4b59c9244a53b5082d5e7d2e9b14a86bbafe2e
frameworks/AFNetworking.framework/Headers/AFNetworkReachabilityManager.h
old mode 100755 new mode 100644
@@ -108,11 +108,14 @@
- (instancetype)initWithReachability:(SCNetworkReachabilityRef)reachability NS_DESIGNATED_INITIALIZER;
/**
 *  Initializes an instance of a network reachability manager
 *
 *  @return nil as this method is unavailable
 *  Unavailable initializer
 */
- (nullable instancetype)init NS_UNAVAILABLE;
+ (instancetype)new NS_UNAVAILABLE;
/**
 *  Unavailable initializer
 */
- (instancetype)init NS_UNAVAILABLE;
///--------------------------------------------------
/// @name Starting & Stopping Reachability Monitoring