AFURLConnectionOperation.m should #import UIKit, instead of relying on the prefix including it.
This commit is contained in:
parent
09a8b1dbcf
commit
985d8cfd51
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@
|
||||||
// THE SOFTWARE.
|
// THE SOFTWARE.
|
||||||
|
|
||||||
#import "AFURLConnectionOperation.h"
|
#import "AFURLConnectionOperation.h"
|
||||||
|
#if __IPHONE_OS_VERSION_MIN_REQUIRED
|
||||||
|
#import <UIKit/UIKit.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
AFHTTPOperationPausedState = -1,
|
AFHTTPOperationPausedState = -1,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue