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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Low Battery Yup/AppDelegate.h b/Low Battery Yup/AppDelegate.h
index cc38038..4ae3e9c 100644
--- a/Low Battery Yup/AppDelegate.h
+++ b/Low Battery Yup/AppDelegate.h
@@ -9,13 +9,17 @@
#import <Cocoa/Cocoa.h>
#import <MASShortcut/MASShortcut.h>
#import "ShortcutView.h"
+#import "LaunchAgentManager.h"
@interface AppDelegate : NSObject <NSApplicationDelegate> {
IBOutlet NSWindow *window;
IBOutlet ShortcutView *_shortcut_view;
IBOutlet NSButton *_start_at_login;
+
+ LaunchAgentManager *_launchagent;
}
- (void)initializeShortcutView;
+- (IBAction)performStartAtLogin:(id)sender;
@end