From f03fad7b629d3fac525bed5e37d064343fe773cd Mon Sep 17 00:00:00 2001 From: Tomáš Znamenáček Date: Thu, 7 Aug 2014 10:59:47 +0200 Subject: Added Shortcut.h to the tests prefix header to simplify tests. --- Tests/Prefix.pch | 1 + 1 file changed, 1 insertion(+) (limited to 'Tests') 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 #import + #import "Shortcut.h" #endif -- cgit v1.2.3