diff options
| author | Tomáš Znamenáček | 2014-08-05 13:34:21 +0200 | 
|---|---|---|
| committer | Tomáš Znamenáček | 2015-01-07 15:05:11 +0100 | 
| commit | 0b08de641530f6537e4a3b7dbf26601fc927e1ad (patch) | |
| tree | 2047b18a54edf1b191a425a4764945ba90ce360b /Framework | |
| parent | 377b44220f2a4a8b7ffc3eda9e93cf073e8a74da (diff) | |
| download | MASShortcut-0b08de641530f6537e4a3b7dbf26601fc927e1ad.tar.bz2 | |
Created an umbrella header.
Now you can just `#import <MASShortcut/Shortcut.h>`.
Diffstat (limited to 'Framework')
| -rw-r--r-- | Framework/Shortcut.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/Framework/Shortcut.h b/Framework/Shortcut.h new file mode 100644 index 0000000..3087a51 --- /dev/null +++ b/Framework/Shortcut.h @@ -0,0 +1,4 @@ +#import "MASShortcut.h" +#import "MASShortcutView+UserDefaults.h" +#import "MASShortcut+UserDefaults.h" +#import "MASShortcut+Monitoring.h"
\ No newline at end of file | 
