get(objCClass:)

Gets an Objective-C class from the library.

linking.swift:89
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.