diff options
| author | Vadim Shpakovski | 2012-07-06 16:40:00 +0300 | 
|---|---|---|
| committer | Vadim Shpakovski | 2012-07-06 16:40:00 +0300 | 
| commit | 7eb4408ce34dd831ef279c182672976c8aa3f605 (patch) | |
| tree | 03f5c4f547eda26b6c3a860c8083beac4982437b /MASShortcutView+UserDefaults.h | |
| parent | 27a5c52eda2624ad89a6f9f66925cffa345160be (diff) | |
| download | MASShortcut-7eb4408ce34dd831ef279c182672976c8aa3f605.tar.bz2 | |
Adds super-easy API for associated preference key.
Diffstat (limited to 'MASShortcutView+UserDefaults.h')
| -rw-r--r-- | MASShortcutView+UserDefaults.h | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/MASShortcutView+UserDefaults.h b/MASShortcutView+UserDefaults.h new file mode 100644 index 0000000..05d3c5b --- /dev/null +++ b/MASShortcutView+UserDefaults.h @@ -0,0 +1,7 @@ +#import "MASShortcutView.h" + +@interface MASShortcutView (UserDefaults) + +@property (nonatomic, copy) NSString *associatedUserDefaultsKey; + +@end | 
