objc_getClass
Gets a class by name.
Return
Pointer to the class, or null if not found
Parameters
className
The name of the class (e.g., "NSSpellChecker")
Gets a class by name.
Pointer to the class, or null if not found
The name of the class (e.g., "NSSpellChecker")