aboutsummaryrefslogtreecommitdiffstats
path: root/Low Battery Yup/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Low Battery Yup/AppDelegate.h')
-rw-r--r--Low Battery Yup/AppDelegate.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/Low Battery Yup/AppDelegate.h b/Low Battery Yup/AppDelegate.h
new file mode 100644
index 0000000..ad3458f
--- /dev/null
+++ b/Low Battery Yup/AppDelegate.h
@@ -0,0 +1,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