aboutsummaryrefslogtreecommitdiffstats
path: root/Low Battery Yup d/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Low Battery Yup d/AppDelegate.h')
-rw-r--r--Low Battery Yup d/AppDelegate.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Low Battery Yup d/AppDelegate.h b/Low Battery Yup d/AppDelegate.h
index 10f6e4b..700c26b 100644
--- a/Low Battery Yup d/AppDelegate.h
+++ b/Low Battery Yup d/AppDelegate.h
@@ -7,8 +7,11 @@
//
#import <Cocoa/Cocoa.h>
+#import "Mouse.h"
-@interface AppDelegate : NSObject <NSApplicationDelegate>
+@interface AppDelegate : NSObject <NSApplicationDelegate> {
+ Mouse *_mouse;
+}
- (void)dismissLowBatteryWarning:(NSEvent *)hotKeyEvent;