aboutsummaryrefslogtreecommitdiffstats
path: root/iBean/iBean/iBean-Prefix.pch
diff options
context:
space:
mode:
Diffstat (limited to 'iBean/iBean/iBean-Prefix.pch')
-rw-r--r--iBean/iBean/iBean-Prefix.pch15
1 files changed, 15 insertions, 0 deletions
diff --git a/iBean/iBean/iBean-Prefix.pch b/iBean/iBean/iBean-Prefix.pch
new file mode 100644
index 0000000..3f237fd
--- /dev/null
+++ b/iBean/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_3_0
+#warning "This project uses features only available in iOS SDK 3.0 and later."
+#endif
+
+#ifdef __OBJC__
+ #import <UIKit/UIKit.h>
+ #import <Foundation/Foundation.h>
+ #import <CoreData/CoreData.h>
+#endif