@class NSObject, NSXPCConnection; @protocol OS_dispatch_queue, CSSSRXPCClientDelegate; @interface CSSSRXPCClient : NSObject @property (retain, nonatomic) NSXPCConnection *ssrConnection; @property (retain, nonatomic) NSObject *queue; @property (retain, nonatomic) NSObject *xpcConnectionQueue; @property (retain, nonatomic) id remoteObjectProxy; @property (weak, nonatomic) id delegate; - (id)init; - (void)didReceiveSpeakerRecognitionScoreCard:(id)a0; - (void)dealloc; - (void)didFinishSpeakerRecognition:(id)a0; - (void)invalidate; - (id)_getRemoteServiceProxyObject; - (void).cxx_destruct; - (void)_createClientConnection; - (void)startXPCConnection; @end