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/MASShortcut.m | |
| parent | 8b669cea8da9f753d6413fc3f5f491cdea86c229 (diff) | |
| download | MASShortcut-a06ef8d27c76c3abb473b88588ae4e7553e7a8c1.tar.bz2 | |
Changed MASLocalization.h to explicit import, trying to appease CocopaPods.
Diffstat (limited to 'Framework/MASShortcut.m')
| -rw-r--r-- | Framework/MASShortcut.m | 1 | 
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"; | 
