diff options
Diffstat (limited to 'Framework/Shortcut.h')
| -rw-r--r-- | Framework/Shortcut.h | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/Framework/Shortcut.h b/Framework/Shortcut.h index 3087a51..dce07a5 100644 --- a/Framework/Shortcut.h +++ b/Framework/Shortcut.h @@ -1,4 +1,5 @@  #import "MASShortcut.h" -#import "MASShortcutView+UserDefaults.h" -#import "MASShortcut+UserDefaults.h" -#import "MASShortcut+Monitoring.h"
\ No newline at end of file +#import "MASShortcutValidator.h" +#import "MASShortcutMonitor.h" +#import "MASShortcutBinder.h" +#import "MASShortcutView.h" | 
