luxlabs header browser preview


@interface HAP2AccessoryServerTransportBaseOperationOpen : HAP2AccessoryServerTransportBaseOperation {
    id /* block */ _clientCompletion;
}

- (void)main;
- (void).cxx_destruct;
- (id)initWithTransport:(id)a0 completion:(id /* block */)a1;

@end