aboutsummaryrefslogtreecommitdiffstats
path: root/Low Battery Yup/ShortcutView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Low Battery Yup/ShortcutView.h')
-rw-r--r--Low Battery Yup/ShortcutView.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/Low Battery Yup/ShortcutView.h b/Low Battery Yup/ShortcutView.h
new file mode 100644
index 0000000..5eacb52
--- /dev/null
+++ b/Low Battery Yup/ShortcutView.h
@@ -0,0 +1,15 @@
+//
+// ShortcutView.h
+// Low Battery Yup.d
+//
+// Created by TW on 12/1/16.
+// Copyright (c) 2016 TW. All rights reserved.
+//
+
+#import <MASShortcut/MASShortcutView.h>
+
+@interface ShortcutView : MASShortcutView
+
+- (void)setShortcutValue:(MASShortcut *)shortcutValue;
+
+@end