diff options
Diffstat (limited to 'MASShortcut.h')
| -rw-r--r-- | MASShortcut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MASShortcut.h b/MASShortcut.h index 06507f6..515d659 100644 --- a/MASShortcut.h +++ b/MASShortcut.h @@ -30,7 +30,7 @@ enum { kMASShortcutGlyphSoutheastArrow = 0x2198, } MASShortcutGlyph; -@interface MASShortcut : NSObject <NSCoding> +@interface MASShortcut : NSObject <NSSecureCoding> @property (nonatomic) NSUInteger keyCode; @property (nonatomic) NSUInteger modifierFlags; |
