aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcutView.h
blob: 2565d6c81d41a84d797f1ed4540ce49b174af6c4 (plain)
1
2
3
4
5
6
7
8
9
10
@class MASShortcut;

@interface MASShortcutView : NSView

@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