Skip to content

Commit

Permalink
Merge pull request AFNetworking#427 from tewha/inc-imp-warning
Browse files Browse the repository at this point in the history
Fixed incomplete implementation warning.
  • Loading branch information
mattt committed Jul 24, 2012
2 parents 1c7a037 + 5c4c940 commit d509c54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Example/Classes/Models/User.m
Expand Up @@ -26,7 +26,9 @@
NSString * const kUserProfileImageDidLoadNotification = @"com.alamofire.user.profile-image.loaded";

@interface User ()
#if __MAC_OS_X_VERSION_MIN_REQUIRED
+ (NSOperationQueue *)sharedProfileImageRequestOperationQueue;
#endif
@end

@implementation User {
Expand Down

0 comments on commit d509c54

Please sign in to comment.