diff options
Diffstat (limited to 'iBean/iBean/iBean-Prefix.pch')
-rw-r--r-- | iBean/iBean/iBean-Prefix.pch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/iBean/iBean/iBean-Prefix.pch b/iBean/iBean/iBean-Prefix.pch deleted file mode 100644 index 1eb06ae..0000000 --- a/iBean/iBean/iBean-Prefix.pch +++ /dev/null @@ -1,15 +0,0 @@ -// -// 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> - #import <CoreData/CoreData.h> -#endif |