Instance Methodnmggithub.kass 3.2.4Linking
get(objCClass:)
Gets an Objective-C class from the library.
func get(objCClass className: String) -> NSObjectProtocol.Type?
Parameters
- className
The name of the class.
Returns
The class, or nil
if the class could not be found.