@class NSString, NSObject; @protocol OS_dispatch_queue; @interface CSAVVCRecordingClientMonitor : CSEventMonitor @property (retain, nonatomic) NSObject *queue; @property (readonly, nonatomic) unsigned long long numOfAVVCRecordingClients; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)sharedInstance; - (void)_stopMonitoring; - (id)init; - (void)_didReceiveAVVCRecordingClientNumberChange:(unsigned long long)a0; - (void)_startMonitoringWithQueue:(id)a0; - (void)CSAudioServerCrashMonitorDidReceiveServerCrash:(id)a0; - (void).cxx_destruct; @end