Merge pull request #427 from tewha/inc-imp-warning

Fixed incomplete implementation warning.
This commit is contained in:
Mattt Thompson 2012-07-23 18:26:36 -07:00
commit d509c54fe6

View file

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