@class NSString, BKSHIDEventKeyCommand; @interface BKSHIDAuthenticatedKeyCommandSpecification : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (nonatomic) unsigned long long context; @property (retain, nonatomic) BKSHIDEventKeyCommand *keyCommand; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)protobufSchema; + (id)specificationWithKeyCommand:(id)a0 context:(unsigned long long)a1; - (id)initForProtobufDecoding; - (id)_init; - (void)encodeWithCoder:(id)a0; - (void)appendDescriptionToFormatter:(id)a0; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; @end