diff options
| author | Teddy Wing | 2016-11-16 01:27:27 -0500 |
|---|---|---|
| committer | Teddy Wing | 2016-11-16 01:27:27 -0500 |
| commit | 2ba5c8101fe74cde9c7ef5f0c5df9e3e5d2d9e9b (patch) | |
| tree | b6248bc250a2176d59734fc7a8c12fb0126ef6fa /Low Battery Yup d/AppDelegate.h | |
| download | Low-Battery-Yup-2ba5c8101fe74cde9c7ef5f0c5df9e3e5d2d9e9b.tar.bz2 | |
Initial Commit
Diffstat (limited to 'Low Battery Yup d/AppDelegate.h')
| -rw-r--r-- | Low Battery Yup d/AppDelegate.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Low Battery Yup d/AppDelegate.h b/Low Battery Yup d/AppDelegate.h new file mode 100644 index 0000000..696fc10 --- /dev/null +++ b/Low Battery Yup d/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// Low Battery Yup d +// +// 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 |
