diff options
| author | Tomáš Znamenáček | 2014-08-07 12:12:06 +0200 | 
|---|---|---|
| committer | Tomáš Znamenáček | 2015-01-07 15:42:22 +0100 | 
| commit | 118abba104a1eeabc5c449ac86e25a6d87f1954c (patch) | |
| tree | d95879766a8a5decff97f7240edd09072dbef10a /Framework/MASShortcutBinder.h | |
| parent | bbf2f69da4253b9fc28bd622a3041622f064d22c (diff) | |
| download | MASShortcut-118abba104a1eeabc5c449ac86e25a6d87f1954c.tar.bz2 | |
Added a shared binder instance singleton.
This adds a really simple API to set up some bindings without having
to keep a binder instance around by hand. If somebody wants to, it’s
not a problem to allocate a separate instance and have precise control
over its lifetime.
Diffstat (limited to 'Framework/MASShortcutBinder.h')
| -rw-r--r-- | Framework/MASShortcutBinder.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Framework/MASShortcutBinder.h b/Framework/MASShortcutBinder.h index c38dbd4..98e01c7 100644 --- a/Framework/MASShortcutBinder.h +++ b/Framework/MASShortcutBinder.h @@ -2,6 +2,8 @@  @interface MASShortcutBinder : NSObject ++ (instancetype) sharedBinder; +  @property(strong) MASShortcutMonitor *shortcutMonitor;  @property(copy) NSDictionary *bindingOptions; | 
