Adding compiler directive to ignore User +sharedProfileImageRequestOperationQueue in iOS

This commit is contained in:
Mattt Thompson 2012-06-26 08:53:15 -07:00
parent de76f997fb
commit b420c181ed

View file

@ -25,9 +25,11 @@
NSString * const kUserProfileImageDidLoadNotification = @"com.alamofire.user.profile-image.loaded"; NSString * const kUserProfileImageDidLoadNotification = @"com.alamofire.user.profile-image.loaded";
#if __MAC_OS_X_VERSION_MIN_REQUIRED
@interface User () @interface User ()
+ (NSOperationQueue *)sharedProfileImageRequestOperationQueue; + (NSOperationQueue *)sharedProfileImageRequestOperationQueue;
@end @end
#endif
@implementation User { @implementation User {
@private @private