aboutsummaryrefslogtreecommitdiffstats
path: root/Moxie_Prefix.pch
diff options
context:
space:
mode:
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