Merge pull request #345 from tewha/patch-1
#import UIKit in AFURLConnectionOperation
This commit is contained in:
commit
71610bbd3c
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@
|
|||
// THE SOFTWARE.
|
||||
|
||||
#import "AFURLConnectionOperation.h"
|
||||
#if __IPHONE_OS_VERSION_MIN_REQUIRED
|
||||
#import <UIKit/UIKit.h>
|
||||
#endif
|
||||
|
||||
typedef enum {
|
||||
AFHTTPOperationPausedState = -1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue