diff options
| author | Tomáš Znamenáček | 2014-08-07 10:59:47 +0200 |
|---|---|---|
| committer | Tomáš Znamenáček | 2015-01-07 15:42:21 +0100 |
| commit | f03fad7b629d3fac525bed5e37d064343fe773cd (patch) | |
| tree | fe225dad356887c120df97997ab88aadd5527e58 /Tests | |
| parent | 942bbe849ed245d8b2e9afcb0a61d66b23beaef9 (diff) | |
| download | MASShortcut-f03fad7b629d3fac525bed5e37d064343fe773cd.tar.bz2 | |
Added Shortcut.h to the tests prefix header to simplify tests.
Diffstat (limited to 'Tests')
| -rw-r--r-- | Tests/Prefix.pch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/Prefix.pch b/Tests/Prefix.pch index ce88bd0..f3bf22d 100644 --- a/Tests/Prefix.pch +++ b/Tests/Prefix.pch @@ -1,4 +1,5 @@ #ifdef __OBJC__ #import <Cocoa/Cocoa.h> #import <XCTest/XCTest.h> + #import "Shortcut.h" #endif |
