luxlabs header browser preview


@class NSString;

@interface CDMWarmupResponseCommand : CDMServiceGraphCommand

@property (readonly, nonatomic) long long serviceState;
@property (readonly, nonatomic) NSString *serviceName;

- (void).cxx_destruct;
- (id)initWithServiceState:(long long)a0 serviceName:(id)a1;

@end