Adding missing macros for iOS conditional compilation of activity indicator manager
This commit is contained in:
parent
80a0c65608
commit
191b378038
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
#import "AFHTTPRequestOperation.h"
|
||||
|
||||
#if __IPHONE_OS_VERSION_MIN_REQUIRED
|
||||
@interface AFNetworkActivityIndicatorManager ()
|
||||
@property (readwrite, nonatomic, assign) NSInteger activityCount;
|
||||
@end
|
||||
|
|
@ -83,3 +84,4 @@
|
|||
}
|
||||
|
||||
@end
|
||||
#endif
|
||||
Loading…
Add table
Reference in a new issue