@class NSXPCListener, NSString, NSMutableDictionary, FPProviderMonitor, FPDExtensionManager, NSObject; @protocol OS_dispatch_queue; @interface FPDPushConnection : NSObject <NSXPCListenerDelegate, PKFileProviderXPCServer, APSConnectionDelegate, FPProviderObserver> { FPDExtensionManager *_manager; NSXPCListener *_xpcListener; NSObject<OS_dispatch_queue> *_pushQueue; NSObject<OS_dispatch_queue> *_payloadDeliveryQueue; NSMutableDictionary *_pushConnectionsByEnvironment; NSMutableDictionary *_messageDelegates; NSMutableDictionary *_bundleIdentifierForTopic; NSMutableDictionary *_topicsForBundleIdentifier; NSMutableDictionary *_clientConnections; FPProviderMonitor *_providerMonitor; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)connection:(id)a0 didReceiveToken:(id)a1 forTopic:(id)a2 identifier:(id)a3; - (id)init; - (void)connection:(id)a0 didReceivePublicToken:(id)a1; - (void)connection:(id)a0 didReceiveIncomingMessage:(id)a1; - (void)start; - (void)providerDidEnterBackground:(id)a0; - (BOOL)listener:(id)a0 shouldAcceptNewConnection:(id)a1; - (void)updateTopicsForBundleIdentifier:(id)a0; - (id)_pushConnectionWithEnvironmentName:(id)a0; - (void)fileProviderUnregister; - (void)addClientConnection:(id)a0 forApplicationBundleIdentifier:(id)a1; - (void)removeClientConnection:(id)a0 forApplicationBundleIdentifier:(id)a1; - (void)fileProviderRegister; - (void)updateTopicsForApplicationBundleIdentifier:(id)a0 providerIdentifier:(id)a1 requestToken:(BOOL)a2 environment:(id)a3; - (void)providerDidEnterForeground:(id)a0; - (void).cxx_destruct; - (id)clientConnectionsForApplicationBundleIdentifier:(id)a0; - (void)performWithConnection:(id)a0 block:(id /* block */)a1; - (id)initWithExtensionManager:(id)a0; - (void)setMessageDelegate:(id)a0 forApplicationBundleIdentifier:(id)a1; - (id)_debugTopicsForApplicationIdentifier:(id)a0; - (id)topicsForApplicationBundleIdentifier:(id)a0; - (void)updateTopicsForProvider:(id)a0; @end