@class NSObject; @protocol OS_xpc_object; @interface CSVoiceIdXPCClient : NSObject @property (retain, nonatomic) NSObject *xpcConnection; + (void)notifyImplicitUtterance:(id)a0 audioDeviceType:(id)a1 audioRecordType:(id)a2 voiceTriggerEventInfo:(id)a3 otherCtxt:(id)a4 completion:(id /* block */)a5; - (void)disconnect; - (id)init; - (void)dealloc; - (void)connect; - (void)_handleListenerEvent:(id)a0; - (void).cxx_destruct; - (void)_sendMessage:(id)a0 connection:(id)a1 completion:(id /* block */)a2; - (void)_handleListenerError:(id)a0; - (id)_decodeError:(id)a0; - (void)_notifyImplicitUtterance:(id)a0 audioDeviceType:(id)a1 audioRecordType:(id)a2 voiceTriggerEventInfo:(id)a3 otherCtxt:(id)a4 completion:(id /* block */)a5; @end