@class NSXPCInterface, NSXPCConnection; @interface GDXPCAssetRegistryService : NSObject { 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; - (id)overrideAssetEntryForAssetId:(id)a0 inDomainId:(id)a1 overrideAssetEntryParametersData:(id)a2 error:(id *)a3; @end