aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcutView.m
diff options
context:
space:
mode:
authorVadim Shpakovski2012-07-07 14:35:47 +0300
committerVadim Shpakovski2012-07-07 14:35:47 +0300
commitbb077190ef06170558880f35f8ee6989a9248f1a (patch)
treeaa70b9aa0a228c63169b24689247af1ab1c5d5c1 /MASShortcutView.m
parent77238db370b8324346a569188cd9ba006cebe916 (diff)
downloadMASShortcut-bb077190ef06170558880f35f8ee6989a9248f1a.tar.bz2
Fixes all compatibility issues with Xcode 4.3.
Diffstat (limited to 'MASShortcutView.m')
-rw-r--r--MASShortcutView.m9
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];