aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/SimpleCocoaApp/SimpleCocoaApp_Prefix.pch
diff options
context:
space:
mode:
authorGravatar yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-16 14:46:26 +0000
committerGravatar yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-16 14:46:26 +0000
commit6c4cd265e368531f6c73f4bbb0cf073d3899e10c (patch)
tree5fdccc1b83af1363827ccb7a7e18952283a86ab9 /experimental/SimpleCocoaApp/SimpleCocoaApp_Prefix.pch
parente67bd3fbc9bcd0929033635d546544527784b4c0 (diff)
Added SimpleCocoaApp to the experimental directory
Diffstat (limited to 'experimental/SimpleCocoaApp/SimpleCocoaApp_Prefix.pch')
-rw-r--r--experimental/SimpleCocoaApp/SimpleCocoaApp_Prefix.pch7
1 files changed, 7 insertions, 0 deletions
diff --git a/experimental/SimpleCocoaApp/SimpleCocoaApp_Prefix.pch b/experimental/SimpleCocoaApp/SimpleCocoaApp_Prefix.pch
new file mode 100644
index 0000000000..8d43caec0d
--- /dev/null
+++ b/experimental/SimpleCocoaApp/SimpleCocoaApp_Prefix.pch
@@ -0,0 +1,7 @@
+//
+// Prefix header for all source files of the 'CocoaSampleApp' target in the 'CocoaSampleApp' project
+//
+
+#ifdef __OBJC__
+ #import <Cocoa/Cocoa.h>
+#endif