Adding missing macros for iOS conditional compilation of activity indicator manager

This commit is contained in:
Mattt Thompson 2011-10-11 10:00:09 -05:00
parent 80a0c65608
commit 191b378038

View file

@ -24,6 +24,7 @@
#import "AFHTTPRequestOperation.h" #import "AFHTTPRequestOperation.h"
#if __IPHONE_OS_VERSION_MIN_REQUIRED
@interface AFNetworkActivityIndicatorManager () @interface AFNetworkActivityIndicatorManager ()
@property (readwrite, nonatomic, assign) NSInteger activityCount; @property (readwrite, nonatomic, assign) NSInteger activityCount;
@end @end
@ -83,3 +84,4 @@
} }
@end @end
#endif