AFNetworking/Example/Prefix.pch
2011-06-01 12:22:44 -05:00

10 lines
226 B
Text

#import <Availability.h>
#ifndef __IPHONE_3_0
#warning "This project uses features only available in iPhone SDK 3.0 and later."
#endif
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#endif