aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcutView+UserDefaults.h
diff options
context:
space:
mode:
Diffstat (limited to 'MASShortcutView+UserDefaults.h')
-rw-r--r--MASShortcutView+UserDefaults.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/MASShortcutView+UserDefaults.h b/MASShortcutView+UserDefaults.h
new file mode 100644
index 0000000..05d3c5b
--- /dev/null
+++ b/MASShortcutView+UserDefaults.h
@@ -0,0 +1,7 @@
+#import "MASShortcutView.h"
+
+@interface MASShortcutView (UserDefaults)
+
+@property (nonatomic, copy) NSString *associatedUserDefaultsKey;
+
+@end