luxlabs header browser preview


@interface SidecarDisplayReceivingManager : NSObject

- (void)disconnectFromDeviceWithIdentifier:(id)a0 completion:(id /* block */)a1;
- (void)fetchSendingDeviceSessionStatesWithCompletion:(id /* block */)a0;
- (void)ignoreDetectionForAnchorIdentifier:(id)a0 completion:(id /* block */)a1;
- (void)requestConnectionFromDeviceWithIdentifier:(id)a0 completion:(id /* block */)a1;

@end