From 0b08de641530f6537e4a3b7dbf26601fc927e1ad Mon Sep 17 00:00:00 2001 From: Tomáš Znamenáček Date: Tue, 5 Aug 2014 13:34:21 +0200 Subject: Created an umbrella header. Now you can just `#import `. --- Framework/Shortcut.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Framework/Shortcut.h (limited to 'Framework') 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 -- cgit v1.2.3