luxlabs header browser preview


@class _VOSProfileCommand, VOSCommand;

@interface _VOSProfileSecondaryCommand : NSObject <NSSecureCoding>

@property (class, readonly) BOOL supportsSecureCoding;

@property (retain, nonatomic) VOSCommand *command;
@property (nonatomic) unsigned long long context;
@property (nonatomic) unsigned long long pressCount;
@property (weak, nonatomic) _VOSProfileCommand *primaryProfileCommand;

+ (id)profileSecondaryCommandWithStringValue:(id)a0 context:(unsigned long long)a1 pressCount:(unsigned long long)a2;
+ (id)profileSecondaryCommandWithCommand:(id)a0 context:(unsigned long long)a1 pressCount:(unsigned long long)a2;

- (id)_initWithCommand:(id)a0 context:(unsigned long long)a1 pressCount:(unsigned long long)a2;
- (void)encodeWithCoder:(id)a0;
- (id)description;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;

@end