From 756601488fe195b0b14a8ac9c3c418140d5845f0 Mon Sep 17 00:00:00 2001 From: Tomáš Znamenáček Date: Thu, 7 Aug 2014 10:26:20 +0200 Subject: Binding options can now be customized for MASShortcutBinder. This makes it possible to customize the way the shortcuts are stored in user defaults. The default options call for the keyed archiver transformer, deserializing the shortcuts from NSData. --- Framework/MASShortcutBinder.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Framework/MASShortcutBinder.h') diff --git a/Framework/MASShortcutBinder.h b/Framework/MASShortcutBinder.h index 74842f3..3cd54dd 100644 --- a/Framework/MASShortcutBinder.h +++ b/Framework/MASShortcutBinder.h @@ -3,6 +3,7 @@ @interface MASShortcutBinder : NSObject @property(strong) MASShortcutMonitor *shortcutMonitor; +@property(copy) NSDictionary *bindingOptions; - (void) bindShortcutWithDefaultsKey: (NSString*) defaultsKeyName toAction: (dispatch_block_t) action; - (void) breakBindingWithDefaultsKey: (NSString*) defaultsKeyName; -- cgit v1.2.3