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";
|
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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue