8 lines
143 B
Objective-C
8 lines
143 B
Objective-C
#import "MASShortcutView.h"
|
|
|
|
@interface MASShortcutView (UserDefaults)
|
|
|
|
@property (nonatomic, copy) NSString *associatedUserDefaultsKey;
|
|
|
|
@end
|