Browse Source

Adding compiler directive to ignore User +sharedProfileImageRequestOperationQueue in iOS

Mattt Thompson 13 years ago
parent
commit
b420c181ed
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Example/Classes/Models/User.m

+ 2 - 0
Example/Classes/Models/User.m

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