Adding compiler directive to ignore User +sharedProfileImageRequestOperationQueue in iOS
This commit is contained in:
parent
de76f997fb
commit
b420c181ed
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue