aboutsummaryrefslogtreecommitdiffstats
path: root/iBean.old/iBean/iBean-Prefix.pch
diff options
context:
space:
mode:
Diffstat (limited to 'iBean.old/iBean/iBean-Prefix.pch')
-rw-r--r--iBean.old/iBean/iBean-Prefix.pch15
1 files changed, 15 insertions, 0 deletions
diff --git a/iBean.old/iBean/iBean-Prefix.pch b/iBean.old/iBean/iBean-Prefix.pch
new file mode 100644
index 0000000..1eb06ae
--- /dev/null
+++ b/iBean.old/iBean/iBean-Prefix.pch
@@ -0,0 +1,15 @@
+//
+// 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