diff options
| author | Teddy Wing | 2016-12-01 12:53:33 -0500 |
|---|---|---|
| committer | Teddy Wing | 2016-12-01 12:53:33 -0500 |
| commit | 25e254a21668326a4241bdad6d3598d72c3bbfde (patch) | |
| tree | b4ea3c14037323ca1200eb4854709590994c232f | |
| parent | 42a8208805a5c648b4de0545fa504a30df6599cd (diff) | |
| download | Low-Battery-Yup-25e254a21668326a4241bdad6d3598d72c3bbfde.tar.bz2 | |
ShortcutView.h: Add reference to `(void)setShortcutValue:(MASShortcut*)`
Because it's more explicit about the methods in our .m file and that
makes it clearer.
| -rw-r--r-- | Low Battery Yup/ShortcutView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Low Battery Yup/ShortcutView.h b/Low Battery Yup/ShortcutView.h index c30b08a..5eacb52 100644 --- a/Low Battery Yup/ShortcutView.h +++ b/Low Battery Yup/ShortcutView.h @@ -10,4 +10,6 @@ @interface ShortcutView : MASShortcutView +- (void)setShortcutValue:(MASShortcut *)shortcutValue; + @end |
