diff options
| author | Tomáš Znamenáček | 2015-09-10 09:37:38 +0200 |
|---|---|---|
| committer | Tomáš Znamenáček | 2015-09-10 09:37:38 +0200 |
| commit | a06ef8d27c76c3abb473b88588ae4e7553e7a8c1 (patch) | |
| tree | cbdceff73f2040a84c7edb588099d82871b979bd /Framework/MASShortcutView.m | |
| parent | 8b669cea8da9f753d6413fc3f5f491cdea86c229 (diff) | |
| download | MASShortcut-a06ef8d27c76c3abb473b88588ae4e7553e7a8c1.tar.bz2 | |
Changed MASLocalization.h to explicit import, trying to appease CocopaPods.
Diffstat (limited to 'Framework/MASShortcutView.m')
| -rw-r--r-- | Framework/MASShortcutView.m | 1 |
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"; |
