aboutsummaryrefslogtreecommitdiffstats
path: root/BatchDMG_Prefix.pch
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2010-11-10 02:01:47 +0200
committerFilipp Lepalaan <filipp@mac.com>2010-11-10 02:01:47 +0200
commitf07a6bbec16df415fcfe2309612805194da052e3 (patch)
tree998e8aa9aa5d0cb1e4db402cacb5a3bf09abd74a /BatchDMG_Prefix.pch
parent633ea77816a9c82b32ac85f7a6741cc4e4810971 (diff)
downloadBatchDMG-f07a6bbec16df415fcfe2309612805194da052e3.tar.gz
BatchDMG-f07a6bbec16df415fcfe2309612805194da052e3.tar.bz2
BatchDMG-f07a6bbec16df415fcfe2309612805194da052e3.zip
rewrite in objective c
Diffstat (limited to 'BatchDMG_Prefix.pch')
-rwxr-xr-xBatchDMG_Prefix.pch7
1 files changed, 7 insertions, 0 deletions
diff --git a/BatchDMG_Prefix.pch b/BatchDMG_Prefix.pch
new file mode 100755
index 0000000..923b53c
--- /dev/null
+++ b/BatchDMG_Prefix.pch
@@ -0,0 +1,7 @@
+//
+// Prefix header for all source files of the 'BatchDMG' target in the 'BatchDMG' project.
+//
+
+#ifdef __OBJC__
+ #import <Foundation/Foundation.h>
+#endif