aboutsummaryrefslogtreecommitdiffstats
path: root/Framework/MASShortcutView.h
diff options
context:
space:
mode:
authorJason Perkins2015-02-16 10:22:22 -0500
committerJason Perkins2015-02-16 10:22:22 -0500
commite2b2d5b9e15cd5c8341202e48f2d63c39963b591 (patch)
tree98d95353e4d92890d13f15bc316941857141970d /Framework/MASShortcutView.h
parent86d5b1ae49105c1b0a789cbdac17dd7ce0da0479 (diff)
downloadMASShortcut-e2b2d5b9e15cd5c8341202e48f2d63c39963b591.tar.bz2
Allow first responder support to be turned on and off
Diffstat (limited to 'Framework/MASShortcutView.h')
-rw-r--r--Framework/MASShortcutView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Framework/MASShortcutView.h b/Framework/MASShortcutView.h
index 166be44..656f4e4 100644
--- a/Framework/MASShortcutView.h
+++ b/Framework/MASShortcutView.h
@@ -21,4 +21,6 @@ typedef enum {
/// Returns custom class for drawing control.
+ (Class)shortcutCellClass;
+- (void)setAcceptsFirstResponder:(BOOL)value;
+
@end