aboutsummaryrefslogtreecommitdiffstats
path: root/Framework/MASShortcutView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Framework/MASShortcutView.h')
-rw-r--r--Framework/MASShortcutView.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Framework/MASShortcutView.h b/Framework/MASShortcutView.h
index 9f94bf5..5d788b9 100644
--- a/Framework/MASShortcutView.h
+++ b/Framework/MASShortcutView.h
@@ -1,4 +1,4 @@
-@class MASShortcut;
+@class MASShortcut, MASShortcutValidator;
typedef enum {
MASShortcutViewAppearanceDefault = 0, // Height = 19 px
@@ -10,6 +10,7 @@ typedef enum {
@interface MASShortcutView : NSView
@property (nonatomic, strong) MASShortcut *shortcutValue;
+@property (nonatomic, strong) MASShortcutValidator *shortcutValidator;
@property (nonatomic, getter = isRecording) BOOL recording;
@property (nonatomic, getter = isEnabled) BOOL enabled;
@property (nonatomic, copy) void (^shortcutValueChange)(MASShortcutView *sender);