diff options
Diffstat (limited to 'MASShortcutView.m')
| -rw-r--r-- | MASShortcutView.m | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/MASShortcutView.m b/MASShortcutView.m index 00bea5b..3d88783 100644 --- a/MASShortcutView.m +++ b/MASShortcutView.m @@ -27,6 +27,15 @@      NSTrackingArea *_hintArea;  } +@synthesize enabled = _enabled; +@synthesize hinting = _hinting; +@synthesize shortcutValue = _shortcutValue; +@synthesize shortcutPlaceholder = _shortcutPlaceholder; +@synthesize shortcutValueChange = _shortcutValueChange; +@synthesize recording = _recording; + +#pragma mark - +  - (id)initWithFrame:(CGRect)frameRect  {      self = [super initWithFrame:frameRect]; | 
