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
val strName: String
Link copied to clipboard
val types: List<ObjcType>

Functions

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