From ab10720260e2c184b319026da89f4dfd338500bb Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Wed, 2 Apr 2008 19:20:20 -0400 Subject: Initial commit --- Moxie_Prefix.pch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Moxie_Prefix.pch (limited to 'Moxie_Prefix.pch') 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 + #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 -- cgit v1.2.3