diff options
Diffstat (limited to 'Low Battery Yup/ShortcutView.m')
| -rw-r--r-- | Low Battery Yup/ShortcutView.m | 19 | 
1 files changed, 19 insertions, 0 deletions
| diff --git a/Low Battery Yup/ShortcutView.m b/Low Battery Yup/ShortcutView.m new file mode 100644 index 0000000..5604834 --- /dev/null +++ b/Low Battery Yup/ShortcutView.m @@ -0,0 +1,19 @@ +// +//  ShortcutView.m +//  Low Battery Yup.d +// +//  Created by TW on 12/1/16. +//  Copyright (c) 2016 TW. All rights reserved. +// + +#import "ShortcutView.h" + +@implementation ShortcutView + +- (void)setShortcutValue:(MASShortcut *)shortcutValue +{ +	 [super setShortcutValue:shortcutValue]; +	 NSLog(@"%@", shortcutValue); +} + +@end | 
