@protocol GTMTLDiagnosticsService; @interface GTMTLDiagnosticsServiceXPCDispatcher : GTXPCDispatcher { id _service; } - (void).cxx_destruct; - (void)broadcastDisconnect:(id)a0 replyConnection:(id)a1; - (void)deregisterObserver_:(id)a0 replyConnection:(id)a1; - (id)initWithService:(id)a0 properties:(id)a1; - (void)raiseRuntimeIssue_:(id)a0 replyConnection:(id)a1; - (void)registerObserver_:(id)a0 replyConnection:(id)a1; @end