aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2016-12-02 12:57:06 -0500
committerTeddy Wing2016-12-02 12:57:06 -0500
commit055471fad0187e654302034a0875a417e73e089f (patch)
tree074ae2c91a57e26c17b8465a267c4070e1721490
parent319dd672e1c75f39bcb9239117e520513da6609a (diff)
downloadLow-Battery-Yup-055471fad0187e654302034a0875a417e73e089f.tar.bz2
AppDelegate.h: Add `initializeShortcutView`
Add the method to the header file from the original commit in 319dd672e1c75f39bcb9239117e520513da6609a.
-rw-r--r--Low Battery Yup/AppDelegate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Low Battery Yup/AppDelegate.h b/Low Battery Yup/AppDelegate.h
index 395ce9a..cc38038 100644
--- a/Low Battery Yup/AppDelegate.h
+++ b/Low Battery Yup/AppDelegate.h
@@ -16,4 +16,6 @@
IBOutlet NSButton *_start_at_login;
}
+- (void)initializeShortcutView;
+
@end