summaryrefslogtreecommitdiffstats
path: root/iphone/examples/TabReader/TabReader/TabReader-Prefix.pch
diff options
context:
space:
mode:
Diffstat (limited to 'iphone/examples/TabReader/TabReader/TabReader-Prefix.pch')
-rw-r--r--iphone/examples/TabReader/TabReader/TabReader-Prefix.pch15
1 files changed, 15 insertions, 0 deletions
diff --git a/iphone/examples/TabReader/TabReader/TabReader-Prefix.pch b/iphone/examples/TabReader/TabReader/TabReader-Prefix.pch
new file mode 100644
index 0000000..701a5b1
--- /dev/null
+++ b/iphone/examples/TabReader/TabReader/TabReader-Prefix.pch
@@ -0,0 +1,15 @@
+//
+// Prefix header for all source files of the 'TabReader' target in the 'TabReader' project
+//
+
+#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>
+# import "ZBarSDK.h"
+#endif