summaryrefslogtreecommitdiffstats
path: root/iphone/examples/readertest/prefix.pch
diff options
context:
space:
mode:
Diffstat (limited to 'iphone/examples/readertest/prefix.pch')
-rw-r--r--iphone/examples/readertest/prefix.pch11
1 files changed, 11 insertions, 0 deletions
diff --git a/iphone/examples/readertest/prefix.pch b/iphone/examples/readertest/prefix.pch
new file mode 100644
index 0000000..9efda98
--- /dev/null
+++ b/iphone/examples/readertest/prefix.pch
@@ -0,0 +1,11 @@
+#ifdef __OBJC__
+# import <Foundation/Foundation.h>
+# import <CoreFoundation/CoreFoundation.h>
+# import <CoreGraphics/CoreGraphics.h>
+# import <UIKit/UIKit.h>
+# import <QuartzCore/QuartzCore.h>
+# import <AVFoundation/AVFoundation.h>
+# import <CoreMedia/CoreMedia.h>
+# import <CoreVideo/CoreVideo.h>
+# import "ZBarSDK.h"
+#endif