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.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/Low Battery Yup/AppDelegate.h b/Low Battery Yup/AppDelegate.h
index 9621fd4..a2c8ba9 100644
--- a/Low Battery Yup/AppDelegate.h
+++ b/Low Battery Yup/AppDelegate.h
@@ -7,15 +7,11 @@
//
#import <Cocoa/Cocoa.h>
-#import <MASShortcut/MASShortcutView.h>
-#import <MASShortcut/MASShortcutView+Bindings.h>
-#import <MASShortcut/MASShortcutBinder.h>
+#import "ShortcutView.h"
@interface AppDelegate : NSObject <NSApplicationDelegate> {
IBOutlet NSWindow *window;
- IBOutlet MASShortcutView *_shortcut_view;
+ IBOutlet ShortcutView *_shortcut_view;
}
-- (IBAction)logDefaults:(id)sender;
-
@end