StructObjcType

data class StructObjcType(val strName: String, val types: List<ObjcType>) : ObjcType

Constructors

Link copied to clipboard
constructor(strName: String, types: List<ObjcType>)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toKotlinString(): String