diff options
Diffstat (limited to 'iBean/iBean/iBean-Prefix.pch')
-rw-r--r-- | iBean/iBean/iBean-Prefix.pch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/iBean/iBean/iBean-Prefix.pch b/iBean/iBean/iBean-Prefix.pch new file mode 100644 index 0000000..6837666 --- /dev/null +++ b/iBean/iBean/iBean-Prefix.pch @@ -0,0 +1,14 @@ +// +// Prefix header for all source files of the 'iBean' target in the 'iBean' project +// + +#import <Availability.h> + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import <UIKit/UIKit.h> + #import <Foundation/Foundation.h> +#endif |