ObjcMethodDesc

data class ObjcMethodDesc(val desc: String, val returnType: ObjcParam, val params: List<ObjcParam>)

Constructors

Link copied to clipboard
constructor(desc: String, all: List<ObjcParam>)
constructor(desc: String, returnType: ObjcParam, params: List<ObjcParam>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard