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

#import <Cocoa/Cocoa.h>

@interface AppDelegate : NSObject <NSApplicationDelegate>

@property (assign) IBOutlet NSWindow *window;

@end