luxlabs header browser preview


@class NSXPCInterface, NSXPCConnection;

@interface GDXPCInferenceSupportService : NSObject <GDXPCAssetRegistryServiceBaseProtocol> {
    NSXPCConnection *_connection;
    NSXPCInterface *_serverInterface;
}

- (id)init;
- (void)dealloc;
- (id)synchronousRemoteObjectProxyWithErrorHandler:(id /* block */)a0;
- (void).cxx_destruct;
- (id)assetEntryResultDataForAssetId:(id)a0 inDomainId:(id)a1 remoteOptionsData:(id)a2 error:(id *)a3;
- (void)locked_establishConnection;

@end