Merge pull request #427 from tewha/inc-imp-warning
Fixed incomplete implementation warning.
This commit is contained in:
commit
d509c54fe6
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue