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