diff options
Diffstat (limited to 'Demo/Prefix.pch')
| -rw-r--r-- | Demo/Prefix.pch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Demo/Prefix.pch b/Demo/Prefix.pch new file mode 100644 index 0000000..aabef47 --- /dev/null +++ b/Demo/Prefix.pch @@ -0,0 +1,3 @@ +#ifdef __OBJC__ + #import <Cocoa/Cocoa.h> +#endif |
