Adding _AFNETWORKING_ definition to header
This commit is contained in:
parent
25ea84a891
commit
1ba0d22b45
@ -23,6 +23,9 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <Availability.h>
|
||||
|
||||
#ifndef _AFNETWORKING_
|
||||
#define _AFNETWORKING_
|
||||
|
||||
#import <AFNetworking/AFURLConnectionOperation.h>
|
||||
|
||||
#import <AFNetworking/AFHTTPRequestOperation.h>
|
||||
@ -38,3 +41,5 @@
|
||||
#import <AFNetworking/AFNetworkActivityIndicatorManager.h>
|
||||
#import <AFNetworking/UIImageView+AFNetworking.h>
|
||||
#endif
|
||||
|
||||
#endif /* _AFNETWORKING_ */
|
||||
Loading…
Reference in New Issue
Block a user