object_getClassName(_:)
Returns the class name of a given object.
Declaration
func object_getClassName(_ obj: Any?) -> UnsafePointer<CChar>Parameters
- obj:
An Objective-C object.
Return Value
The name of the class of which obj is an instance.
Returns the class name of a given object.
func object_getClassName(_ obj: Any?) -> UnsafePointer<CChar>An Objective-C object.
The name of the class of which obj is an instance.