@class NSXPCListener, NSString, NSXPCConnection, BBDataProviderConnection, NSObject; @protocol OS_dispatch_queue; @interface BBDataProviderConnectionResolver : NSObject { NSXPCListener *_wakeupListener; NSObject *_queue; NSXPCConnection *_connectionToServer; int _listeningToken; } @property (weak, nonatomic) BBDataProviderConnection *dataProviderConnection; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)xpcInterface; + (id)resolverForConnection:(id)a0; - (void)ping:(id /* block */)a0; - (void)_registerForPublicationNotification; - (void)dealloc; - (void)_invalidate; - (void)invalidate; - (BOOL)listener:(id)a0 shouldAcceptNewConnection:(id)a1; - (id)initWithConnection:(id)a0; - (void).cxx_destruct; - (void)_queue_registerWithServer:(id /* block */)a0; @end