diff options
author | Teddy Wing | 2016-12-02 12:57:06 -0500 |
---|---|---|
committer | Teddy Wing | 2016-12-02 12:57:06 -0500 |
commit | 055471fad0187e654302034a0875a417e73e089f (patch) | |
tree | 074ae2c91a57e26c17b8465a267c4070e1721490 | |
parent | 319dd672e1c75f39bcb9239117e520513da6609a (diff) | |
download | Low-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.h | 2 |
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 |