luxlabs header browser preview


@class CALayer, NSString;

@interface TURemoteVideoClient : NSObject <TURemoteVideoClient>

@property (readonly, nonatomic) long long videoContextSlotIdentifier;
@property (retain, nonatomic) CALayer *videoLayer;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id)init;
- (void).cxx_destruct;
- (id)nameForSubLayer;
- (void)cleanUpSubLayerForLayer:(id)a0;
- (id)initWithVideoContextSlotIdentifier:(long long)a0;
- (void)insertSubLayerInLayer:(id)a0 videoSlotIdentifier:(long long)a1;
- (void)setVideoLayer:(id)a0 forMode:(int)a1;

@end