aboutsummaryrefslogtreecommitdiffstats
path: root/Moxie_Prefix.pch
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-04-02 19:20:20 -0400
committerBrian Cully <bjc@kublai.com>2008-04-02 19:20:20 -0400
commitab10720260e2c184b319026da89f4dfd338500bb (patch)
treea692a27435da0296972e43b21b2f35762e720bfd /Moxie_Prefix.pch
downloadmoxie-ab10720260e2c184b319026da89f4dfd338500bb.tar.gz
moxie-ab10720260e2c184b319026da89f4dfd338500bb.zip
Initial commit
Diffstat (limited to 'Moxie_Prefix.pch')
-rw-r--r--Moxie_Prefix.pch16
1 files changed, 16 insertions, 0 deletions
diff --git a/Moxie_Prefix.pch b/Moxie_Prefix.pch
new file mode 100644
index 0000000..338122d
--- /dev/null
+++ b/Moxie_Prefix.pch
@@ -0,0 +1,16 @@
+//
+// Prefix header for all source files of the 'Moxie' target in the 'Moxie' project
+//
+
+#ifdef __OBJC__
+ #import <Cocoa/Cocoa.h>
+ #import "NSAttributedString+Moxie.h"
+ #import "NSArray+LispExtensions.h"
+ #import "NSDictionary+LispExtensions.h"
+ #import "NSFileHandle+LispExtensions.h"
+ #import "NSNumber+LispExtensions.h"
+ #import "NSString+LispExtensions.h"
+ #import "NSUserDefaults+Moxie.h"
+ #import "LispSymbol.h"
+ #import "ScrollingTextView.h"
+#endif