luxlabs header browser preview


@class NSString, AXSiriShortcut;

@interface FKASiriShortcutKeyboardCommand : AXSSKeyboardCommand

@property (retain, nonatomic) AXSiriShortcut *shortcut;
@property (readonly, nonatomic) NSString *siriShortcutIdentifier;

+ (BOOL)supportsSecureCoding;
+ (id)commandWithSiriShortcutIdentifier:(id)a0;

- (unsigned long long)hash;
- (void)encodeWithCoder:(id)a0;
- (void)perform;
- (id)description;
- (id)localizedName;
- (void).cxx_destruct;
- (BOOL)isEqualToCommand:(id)a0;
- (id)initWithCoder:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)initWithSiriShortcutIdentifier:(id)a0;

@end