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

@interface MASShortcutView : NSView

@property (nonatomic, strong) MASShortcut *shortcutValue;
@property (nonatomic, getter = isRecording) BOOL recording;
@property (nonatomic, getter = isEnabled) BOOL enabled;

@end