@class NSString, NSHashTable, NSObject, PKXPCService; @protocol OS_dispatch_queue; @interface PKAssertionCoordinator : NSObject { NSHashTable *_acquiredAssertions; PKXPCService *_remoteService; NSObject *_coordinatorSerialQueue; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)sharedInstance; - (id)_remoteObjectProxy; - (id)_remoteObjectProxyWithFailureHandler:(id /* block */)a0; - (void)dealloc; - (void)remoteService:(id)a0 didInterruptConnection:(id)a1; - (void).cxx_destruct; - (id)_remoteObjectProxyWithErrorHandler:(id /* block */)a0; - (id)initSharedInstance; - (void)remoteServiceDidSuspend:(id)a0; - (id)_existingRemoteObjectProxy; - (void)remoteService:(id)a0 didEstablishConnection:(id)a1; - (void)_removeAssertionWithIdentifier:(id)a0; - (void)invalidateAssertion:(id)a0 completion:(id /* block */)a1; - (void)acquireAssertionOfType:(unsigned long long)a0 withReason:(id)a1 completion:(id /* block */)a2; - (void)assertion:(id)a0 shouldInvalidateWhenBackgrounded:(BOOL)a1; - (void)isAssertionValid:(id)a0 completion:(id /* block */)a1; @end