@class NSString, NSObject; @protocol OS_nw_array, OS_nw_dictionary, OS_nw_parameters, OS_xpc_object, OS_dispatch_queue, OS_nw_listener; @interface NWConcrete_nw_service_connector : NSObject { NSObject *listener; unsigned int state; NSObject *clientParameters; NSObject *serviceConnectorQueue; unsigned long long uniqueID; unsigned short localPortHBO; unsigned char retryCounterForAddressInUse; void *retryAddrInUseTimer; id /* block */ serviceAvailableBlock; NSObject *pendingUnverifiedIncomingRequests; NSObject *pendingIncomingRequests; NSObject *activeConnections; NSObject *activeOutgoingRequests; NSObject *remotePubKeys; struct __SecKey { struct __CFRuntimeBase { unsigned long long x0; _Atomic unsigned long long x1; } x0; struct __SecKeyDescriptor *x1; void *x2; } *localPrivKey; unsigned char localPubKey[32]; unsigned char useLargeUUIDForTesting : 1; unsigned char failConnectionAfterVerificationFailsForTesting : 1; unsigned char failConnectionAfterVerificationPassesForTesting : 1; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @end