summaryrefslogtreecommitdiffstats
path: root/PicCast_Prefix.pch
diff options
context:
space:
mode:
authormatt handler <matt.handler@gmail.com>2011-04-20 14:39:20 -0400
committermatt handler <matt.handler@gmail.com>2011-04-20 14:39:20 -0400
commit9d52266f823daf5cb83e3eebe1b9f57594bc9d4a (patch)
tree38402f7ddbb0f3a40ebc7c88d673756701f47510 /PicCast_Prefix.pch
downloadpiccast-app-9d52266f823daf5cb83e3eebe1b9f57594bc9d4a.tar.gz
piccast-app-9d52266f823daf5cb83e3eebe1b9f57594bc9d4a.zip
first commit
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