aboutsummaryrefslogtreecommitdiffstats
path: root/ofxMaxim/examples/iOS/ofxMaximiPhone007Example/iPhone_Prefix.pch
diff options
context:
space:
mode:
authormick grierson <mickgrierson@gmail.com>2015-06-29 16:01:29 +0100
committermick grierson <mickgrierson@gmail.com>2015-06-29 16:01:29 +0100
commitbc8d2ebccb48531c7d32d63c608561e495cbd7a3 (patch)
tree19c21a5cd23427126c7639697c705dada452a308 /ofxMaxim/examples/iOS/ofxMaximiPhone007Example/iPhone_Prefix.pch
parentb86dfa8f6f99713ee4605c30ebb1a58309aaeb8a (diff)
updating examples
Diffstat (limited to 'ofxMaxim/examples/iOS/ofxMaximiPhone007Example/iPhone_Prefix.pch')
-rw-r--r--ofxMaxim/examples/iOS/ofxMaximiPhone007Example/iPhone_Prefix.pch8
1 files changed, 8 insertions, 0 deletions
diff --git a/ofxMaxim/examples/iOS/ofxMaximiPhone007Example/iPhone_Prefix.pch b/ofxMaxim/examples/iOS/ofxMaximiPhone007Example/iPhone_Prefix.pch
new file mode 100644
index 0000000..fd3401c
--- /dev/null
+++ b/ofxMaxim/examples/iOS/ofxMaximiPhone007Example/iPhone_Prefix.pch
@@ -0,0 +1,8 @@
+//
+// Prefix header for all source files of the 'iPhone' target in the 'iPhone' project
+//
+
+#ifdef __OBJC__
+ #import <Foundation/Foundation.h>
+ #import <UIKit/UIKit.h>
+#endif