From a06ef8d27c76c3abb473b88588ae4e7553e7a8c1 Mon Sep 17 00:00:00 2001 From: Tomáš Znamenáček Date: Thu, 10 Sep 2015 09:37:38 +0200 Subject: Changed MASLocalization.h to explicit import, trying to appease CocopaPods. --- Framework/MASShortcut.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Framework/MASShortcut.m') diff --git a/Framework/MASShortcut.m b/Framework/MASShortcut.m index 0170c01..511f2b2 100644 --- a/Framework/MASShortcut.m +++ b/Framework/MASShortcut.m @@ -1,4 +1,5 @@ #import "MASShortcut.h" +#import "MASLocalization.h" static NSString *const MASShortcutKeyCode = @"KeyCode"; static NSString *const MASShortcutModifierFlags = @"ModifierFlags"; -- cgit v1.2.3