luxlabs header browser preview


@interface TVRMSControlInterface : NSObject

@property (nonatomic) BOOL supportsSpeakerSelection;
@property (nonatomic) BOOL supportsVolumeControl;
@property (nonatomic) BOOL supportsDirectionalControl;

- (id)protobuf;
- (id)initWithProtobuf:(id)a0;

@end