Merge pull request #345 from tewha/patch-1

#import UIKit in AFURLConnectionOperation
This commit is contained in:
Mattt Thompson 2012-05-25 14:24:27 -07:00
commit 71610bbd3c

View file

@ -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,