|
@@ -42,10 +42,13 @@
|
|
|
#endif
|
|
|
|
|
|
@interface AFURLSessionManager ()
|
|
|
-@property (readwrite, nonatomic, strong) NSURL *baseURL;
|
|
|
@property (readwrite, nonatomic, strong) AFNetworkReachabilityManager *reachabilityManager;
|
|
|
@end
|
|
|
|
|
|
+@interface AFHTTPSessionManager ()
|
|
|
+@property (readwrite, nonatomic, strong) NSURL *baseURL;
|
|
|
+@end
|
|
|
+
|
|
|
@implementation AFHTTPSessionManager
|
|
|
|
|
|
+ (instancetype)manager {
|