@class NSString, VTPeerRemoteConnection, NSObject; @protocol OS_dispatch_queue, VTPhraseSpotterControlRemoteDelegate; @interface VTPhraseSpotterControlRemote : NSObject { NSObject *_queue; VTPeerRemoteConnection *_peerConnection; id _delegate; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void).cxx_destruct; - (id)initWithDelegate:(id)a0; - (void)remoteConnection:(id)a0 handleMessageType:(unsigned long long)a1 completion:(id /* block */)a2; @end