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 905ddaf..c9081a2 100644 --- a/MASShortcut.h +++ b/MASShortcut.h @@ -31,7 +31,7 @@ enum { kMASShortcutGlyphSoutheastArrow = 0x2198, } MASShortcutGlyph; -@interface MASShortcut : NSObject <NSCoding> +@interface MASShortcut : NSObject <NSSecureCoding> @property (nonatomic) NSUInteger keyCode; @property (nonatomic) NSUInteger modifierFlags; |
