aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcutView+UserDefaults.h
blob: 05d3c5b7f42f8d5b0ff0316ccc1f4e156f4ec267 (plain)
1
2
3
4
5
6
7
#import "MASShortcutView.h"

@interface MASShortcutView (UserDefaults)

@property (nonatomic, copy) NSString *associatedUserDefaultsKey;

@end