aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2016-12-01 12:53:33 -0500
committerTeddy Wing2016-12-01 12:53:33 -0500
commit25e254a21668326a4241bdad6d3598d72c3bbfde (patch)
treeb4ea3c14037323ca1200eb4854709590994c232f
parent42a8208805a5c648b4de0545fa504a30df6599cd (diff)
downloadLow-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.h2
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