aboutsummaryrefslogtreecommitdiffstats
path: root/Low Battery Yup/ShortcutView.h
diff options
context:
space:
mode:
authorTeddy Wing2016-12-01 13:15:55 -0500
committerTeddy Wing2016-12-01 13:15:55 -0500
commit1cf0b1458248b75c3270b3b6cc7edc643e810929 (patch)
tree2f6647b2998f64011fc4efd14afa27159e5df652 /Low Battery Yup/ShortcutView.h
parent7980da615060b19e52f7e0c9e97835259f2f9901 (diff)
parentd9179f9a9b18ad73ca0fafb0e0e4f289f267b68d (diff)
downloadLow-Battery-Yup-1cf0b1458248b75c3270b3b6cc7edc643e810929.tar.bz2
Merge branch 'shortcut-config-UI'
Conflicts: Low Battery Yup/en.lproj/MainMenu.xib
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