aboutsummaryrefslogtreecommitdiffstats
path: root/Framework/MASShortcut.m
diff options
context:
space:
mode:
authorTomáš Znamenáček2015-09-10 09:37:38 +0200
committerTomáš Znamenáček2015-09-10 09:37:38 +0200
commita06ef8d27c76c3abb473b88588ae4e7553e7a8c1 (patch)
treecbdceff73f2040a84c7edb588099d82871b979bd /Framework/MASShortcut.m
parent8b669cea8da9f753d6413fc3f5f491cdea86c229 (diff)
downloadMASShortcut-a06ef8d27c76c3abb473b88588ae4e7553e7a8c1.tar.bz2
Changed MASLocalization.h to explicit import, trying to appease CocopaPods.
Diffstat (limited to 'Framework/MASShortcut.m')
-rw-r--r--Framework/MASShortcut.m1
1 files changed, 1 insertions, 0 deletions
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";