aboutsummaryrefslogtreecommitdiffstats
path: root/Low Battery Yup/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Low Battery Yup/AppDelegate.h')
-rw-r--r--Low Battery Yup/AppDelegate.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Low Battery Yup/AppDelegate.h b/Low Battery Yup/AppDelegate.h
index 21e15f0..9621fd4 100644
--- a/Low Battery Yup/AppDelegate.h
+++ b/Low Battery Yup/AppDelegate.h
@@ -8,10 +8,14 @@
#import <Cocoa/Cocoa.h>
#import <MASShortcut/MASShortcutView.h>
+#import <MASShortcut/MASShortcutView+Bindings.h>
+#import <MASShortcut/MASShortcutBinder.h>
@interface AppDelegate : NSObject <NSApplicationDelegate> {
IBOutlet NSWindow *window;
- IBOutlet MASShortcutView *shortcut_view;
+ IBOutlet MASShortcutView *_shortcut_view;
}
+- (IBAction)logDefaults:(id)sender;
+
@end