nw_object_t
The generic type for objects in the Network framework.
Declaration
typealias nw_object_t = any OS_nw_objectDiscussion
Network.framework objects are reference-counted objects that can be used with Automatic Reference Counting (ARC) or directly retained and released.
The objects also conform to the description method of NSObject to be used for debugging.