@class NSHashTable, NSString, NSObject; @protocol OS_dispatch_queue; @interface CSAudioSessionInfoProvider : NSObject @property (retain, nonatomic) NSObject *sessionInfoQueue; @property (retain, nonatomic) NSHashTable *observers; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)sharedInstance; - (void)CSAudioServerCrashMonitorDidReceiveServerRestart:(id)a0; - (void)_audioRouteChanged:(id)a0; - (void)_stopMonitoring; - (void)_startMonitoring; - (id)init; - (void)dealloc; - (void)registerObserver:(id)a0; - (unsigned int)audioSessionIdForDeviceId:(id)a0; - (void)unregisterObserver:(id)a0; - (void)_deregisterAudioSessionNotifications; - (void)CSAudioServerCrashMonitorDidReceiveServerCrash:(id)a0; - (void).cxx_destruct; - (void)_registerInterruptionNotification; - (void)_handleInterruption:(id)a0; - (void)_registerAudioRouteChangeNotification; - (void)_registerAudioSessionNotifications; @end