aboutsummaryrefslogtreecommitdiffstats
path: root/Framework/MASShortcutView.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/MASShortcutView.m
parent8b669cea8da9f753d6413fc3f5f491cdea86c229 (diff)
downloadMASShortcut-a06ef8d27c76c3abb473b88588ae4e7553e7a8c1.tar.bz2
Changed MASLocalization.h to explicit import, trying to appease CocopaPods.
Diffstat (limited to 'Framework/MASShortcutView.m')
-rw-r--r--Framework/MASShortcutView.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Framework/MASShortcutView.m b/Framework/MASShortcutView.m
index 21b8f38..2e303cf 100644
--- a/Framework/MASShortcutView.m
+++ b/Framework/MASShortcutView.m
@@ -1,5 +1,6 @@
#import "MASShortcutView.h"
#import "MASShortcutValidator.h"
+#import "MASLocalization.h"
NSString *const MASShortcutBinding = @"shortcutValue";