WKNSURLRequest not inherited from NSObject
@interface WKNSURLRequest : WKObject <NSCopying>
And WKObjectis the root class:
NS_ROOT_CLASS
@interface WKObject <WKObject>
Unlike Java, where all classes must inerhit from Object, Obj-C does not require all classes to inherit from NSObject.
Swift โ Obj-C NSObject , , , , . ( Swift Obj-C) . , Obj-C, NSObject, , - .
, , โโ Swift Swift. , , , Swift , , NSClassFromString, NSObject, , , . IMHO, , .