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

#import <Cocoa/Cocoa.h>
#import <MASShortcut/MASShortcutView.h>

@interface AppDelegate : NSObject <NSApplicationDelegate> {
	IBOutlet NSWindow *window;
	IBOutlet MASShortcutView *shortcut_view;
}

@end