Moving ITFoundation to an Xcode project. This isn't a converted project,
[ITFoundation.git] / ITFoundation_Prefix.pch
diff --git a/ITFoundation_Prefix.pch b/ITFoundation_Prefix.pch
new file mode 100755 (executable)
index 0000000..41216ff
--- /dev/null
@@ -0,0 +1,8 @@
+//
+// Prefix header for all source files of the 'ITFoundation' target in the 'ITFoundation' project.
+//
+
+#ifdef __OBJC__
+    #import <Foundation/Foundation.h>
+    #import <AppKit/AppKit.h>
+#endif