objc_getClass

abstract fun objc_getClass(className: String): Pointer?(source)

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")