summaryrefslogtreecommitdiffstats
path: root/PicCast_Prefix.pch
diff options
context:
space:
mode:
Diffstat (limited to 'PicCast_Prefix.pch')
-rw-r--r--PicCast_Prefix.pch8
1 files changed, 8 insertions, 0 deletions
diff --git a/PicCast_Prefix.pch b/PicCast_Prefix.pch
new file mode 100644
index 0000000..bf8c41e
--- /dev/null
+++ b/PicCast_Prefix.pch
@@ -0,0 +1,8 @@
+//
+// Prefix header for all source files of the 'PicCast' target in the 'PicCast' project
+//
+
+#ifdef __OBJC__
+ #import <Foundation/Foundation.h>
+ #import <UIKit/UIKit.h>
+#endif