diff options
Diffstat (limited to 'Low Battery Yup d/AppDelegate.h')
| -rw-r--r-- | Low Battery Yup d/AppDelegate.h | 5 |
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; |
