@class NSString, NWConcrete_nw_endpoint_handler, NSObject; @protocol OS_xpc_object, OS_nw_array, OS_nw_endpoint; @interface NWConcrete_nw_endpoint_transform : NSObject { NSObject *child_endpoint_handlers; NSObject *failed_child_endpoint_handlers; NSObject *fallback_modes; NSObject *blocked_protocols; unsigned int next_child_endpoint_index; NWConcrete_nw_endpoint_handler *connected_child; NSObject *primary_endpoint; void *child_timer; unsigned long long last_timeout_ms; unsigned int first_protocol; unsigned int connected_protocol; unsigned int connected_protocol_index; BOOL quic_deferred; BOOL quic_application_deferred; BOOL quic_denied; BOOL quic_alternative_present; BOOL quic_updated_alternative; BOOL quic_speculative_attempt; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)init; - (void)startWithHandler:(id)a0; - (void)cancelWithHandler:(id)a0 forced:(BOOL)a1; - (void)dealloc; - (void).cxx_destruct; - (void)updatePathWithHandler:(id)a0; - (BOOL)applyWithHandler:(id)a0 toChildren:(id /* block */)a1; @end