diff options
| author | Teddy Wing | 2016-12-01 13:15:55 -0500 |
|---|---|---|
| committer | Teddy Wing | 2016-12-01 13:15:55 -0500 |
| commit | 1cf0b1458248b75c3270b3b6cc7edc643e810929 (patch) | |
| tree | 2f6647b2998f64011fc4efd14afa27159e5df652 /Low Battery Yup/ShortcutView.h | |
| parent | 7980da615060b19e52f7e0c9e97835259f2f9901 (diff) | |
| parent | d9179f9a9b18ad73ca0fafb0e0e4f289f267b68d (diff) | |
| download | Low-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.h | 15 |
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 |
