aboutsummaryrefslogtreecommitdiffstats
path: root/Low Battery Yup d/AppDelegate.h
blob: 700c26be1386a91252211f967e00007554487670 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  AppDelegate.h
//  Low Battery Yup.d
//
//  Created by TW on 11/16/16.
//  Copyright (c) 2016 TW. All rights reserved.
//

#import <Cocoa/Cocoa.h>
#import "Mouse.h"

@interface AppDelegate : NSObject <NSApplicationDelegate> {
	Mouse *_mouse;
}

- (void)dismissLowBatteryWarning:(NSEvent *)hotKeyEvent;

@end