aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/Prefix.pch
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Prefix.pch')
-rw-r--r--Tests/Prefix.pch4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/Prefix.pch b/Tests/Prefix.pch
new file mode 100644
index 0000000..ce88bd0
--- /dev/null
+++ b/Tests/Prefix.pch
@@ -0,0 +1,4 @@
+#ifdef __OBJC__
+ #import <Cocoa/Cocoa.h>
+ #import <XCTest/XCTest.h>
+#endif