the very simple test app that calls the ZXingWidget
[zxing.git] / iphone / ScanTest / ScanTest_Prefix.pch
diff --git a/iphone/ScanTest/ScanTest_Prefix.pch b/iphone/ScanTest/ScanTest_Prefix.pch
new file mode 100644 (file)
index 0000000..bca89b9
--- /dev/null
@@ -0,0 +1,14 @@
+//
+// Prefix header for all source files of the 'ScanTest' target in the 'ScanTest' 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 <Foundation/Foundation.h>
+    #import <UIKit/UIKit.h>
+#endif