drofwarcs
fun niceMockForClass(aClass: kotlinx.cinterop.ObjCClass?): kotlin.Any?
ObjCClass
svyatoslav.scherbina
How do we get an instance of ObjCClass from an existing object
class
theObject.`class`()
or from a class type?
Foo
A modern programming language that makes developers happier.