aboutsummaryrefslogtreecommitdiffstats
path: root/Demo/Prefix.pch
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/Prefix.pch')
-rw-r--r--Demo/Prefix.pch3
1 files changed, 3 insertions, 0 deletions
diff --git a/Demo/Prefix.pch b/Demo/Prefix.pch
new file mode 100644
index 0000000..aabef47
--- /dev/null
+++ b/Demo/Prefix.pch
@@ -0,0 +1,3 @@
+#ifdef __OBJC__
+ #import <Cocoa/Cocoa.h>
+#endif