aboutsummaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
authorTomáš Znamenáček2014-08-05 13:34:21 +0200
committerTomáš Znamenáček2015-01-07 15:05:11 +0100
commit0b08de641530f6537e4a3b7dbf26601fc927e1ad (patch)
tree2047b18a54edf1b191a425a4764945ba90ce360b /Demo
parent377b44220f2a4a8b7ffc3eda9e93cf073e8a74da (diff)
downloadMASShortcut-0b08de641530f6537e4a3b7dbf26601fc927e1ad.tar.bz2
Created an umbrella header.
Now you can just `#import <MASShortcut/Shortcut.h>`.
Diffstat (limited to 'Demo')
-rw-r--r--Demo/AppDelegate.m5
1 files changed, 1 insertions, 4 deletions
diff --git a/Demo/AppDelegate.m b/Demo/AppDelegate.m
index 62425c0..54b64e9 100644
--- a/Demo/AppDelegate.m
+++ b/Demo/AppDelegate.m
@@ -1,8 +1,5 @@
#import "AppDelegate.h"
-#import "MASShortcutView.h"
-#import "MASShortcutView+UserDefaults.h"
-#import "MASShortcut+UserDefaults.h"
-#import "MASShortcut+Monitoring.h"
+#import <MASShortcut/Shortcut.h>
NSString *const MASPreferenceKeyShortcut = @"MASDemoShortcut";
NSString *const MASPreferenceKeyShortcutEnabled = @"MASDemoShortcutEnabled";