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