Adding _AFNETWORKING_ definition to header
This commit is contained in:
parent
25ea84a891
commit
1ba0d22b45
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue