summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-07-19 22:29:21 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-07-19 22:29:21 (GMT)
commitdadef90f080d5434db1f6924cc74a805a3a451cd (patch)
tree9242182407e2cc57f2542ff10de5926991a66544 /Nim/Cocoa/Slimber_Prefix.pch
parentdaab20b99ee72e29ae392ebe234ac40fcf2d2fc0 (diff)
downloadswift-contrib-dadef90f080d5434db1f6924cc74a805a3a451cd.zip
swift-contrib-dadef90f080d5434db1f6924cc74a805a3a451cd.tar.bz2
Added beginnings of a menulet.
Diffstat (limited to 'Nim/Cocoa/Slimber_Prefix.pch')
-rw-r--r--Nim/Cocoa/Slimber_Prefix.pch7
1 files changed, 7 insertions, 0 deletions
diff --git a/Nim/Cocoa/Slimber_Prefix.pch b/Nim/Cocoa/Slimber_Prefix.pch
new file mode 100644
index 0000000..ace69ee
--- /dev/null
+++ b/Nim/Cocoa/Slimber_Prefix.pch
@@ -0,0 +1,7 @@
+//
+// Prefix header for all source files of the 'Slimber' target in the 'Slimber' project
+//
+
+#ifdef __OBJC__
+ #import <Cocoa/Cocoa.h>
+#endif