@class NSObject, NSString, NSXPCConnection; @protocol OS_dispatch_queue, WCPrivateXPCManagerDelegate; @interface WCPrivateXPCManager : NSObject @property (readonly) NSXPCConnection *connection; @property (readonly) NSObject *delegateQueue; @property int listenerResumedToken; @property int privateServiceShouldConnectToken; @property (weak, nonatomic) NSObject *delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (void)initialize; + (id)sharedManager; + (id)privateClientInterface; + (id)privateDaemonInterface; - (void)setupConnection; - (id)init; - (void)dealloc; - (void)connection:(id)a0 handleInvocation:(id)a1 isReply:(BOOL)a2; - (void).cxx_destruct; - (void)handlePingForExtensionBundleID:(id)a0; - (void)fakeIncomingPayloadOnSubService:(id)a0 ofType:(id)a1 clientData:(id)a2 resource:(id)a3 resourceSandboxToken:(id)a4 completionHandler:(id /* block */)a5; - (void)handlePairedSyncComplicationsStartedWithCompletionHandler:(id /* block */)a0; - (void)isExtensionPrivileged:(id)a0 completionHandler:(id /* block */)a1; @end