Updating ITKit to be an Xcode project.
[ITKit.git] / ITKit_Prefix.pch
diff --git a/ITKit_Prefix.pch b/ITKit_Prefix.pch
new file mode 100755 (executable)
index 0000000..fee0347
--- /dev/null
@@ -0,0 +1,8 @@
+//
+// Prefix header for all source files of the 'ITKit' target in the 'ITKit' project.
+//
+
+#ifdef __OBJC__
+    #import <Foundation/Foundation.h>
+    #import <AppKit/AppKit.h>
+#endif