-rw-r--r-- | pumpkin/pumpkin-Prefix.pch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pumpkin/pumpkin-Prefix.pch b/pumpkin/pumpkin-Prefix.pch new file mode 100644 index 0000000..8976de1 --- a/dev/null +++ b/pumpkin/pumpkin-Prefix.pch | |||
@@ -0,0 +1,7 @@ | |||
1 | // | ||
2 | // Prefix header for all source files of the 'PumpKIN' target in the 'PumpKIN' project | ||
3 | // | ||
4 | |||
5 | #ifdef __OBJC__ | ||
6 | #import <Cocoa/Cocoa.h> | ||
7 | #endif | ||