@class NSLock, NSMutableDictionary, NSObject; @protocol OS_dispatch_queue; @interface BSXPCConnectionListenerManager : NSObject { NSObject *_listeningQueue; NSMutableDictionary *_services; NSLock *_servicesLock; NSObject *_defaultHandlerQueue; } + (id)defaultHandlerQueue; + (void)listenForService:(id)a0 onQueue:(id)a1 withHandler:(id)a2; + (void)stopListeningForService:(id)a0; - (id)init; - (void)dealloc; - (void).cxx_destruct; @end