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