aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcutView.h
diff options
context:
space:
mode:
Diffstat (limited to 'MASShortcutView.h')
-rw-r--r--MASShortcutView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MASShortcutView.h b/MASShortcutView.h
index 0892c0b..2565d6c 100644
--- a/MASShortcutView.h
+++ b/MASShortcutView.h
@@ -5,5 +5,6 @@
@property (nonatomic, strong) MASShortcut *shortcutValue;
@property (nonatomic, getter = isRecording) BOOL recording;
@property (nonatomic, getter = isEnabled) BOOL enabled;
+@property (nonatomic, copy) void (^shortcutValueChange)(MASShortcutView *sender);
@end