ab814e1600
^KT-62340
72 lines
3.2 KiB
Plaintext
Vendored
72 lines
3.2 KiB
Plaintext
Vendored
library {
|
|
// module name: <dependency.def>
|
|
|
|
library fragment {
|
|
// package name: dependency
|
|
|
|
// class name: dependency/MyClass
|
|
// class name: dependency/MyClass.Companion
|
|
// class name: dependency/MyClassMeta
|
|
|
|
@kotlinx/cinterop/ExternalObjCClass
|
|
@kotlinx/cinterop/ExperimentalForeignApi
|
|
public open class dependency/MyClass : kotlinx/cinterop/ObjCObjectBase {
|
|
|
|
@kotlinx/cinterop/ObjCConstructor(designated = true, initSelector = "init")
|
|
public /* secondary */ constructor()
|
|
|
|
@kotlin/Deprecated(message = "Use constructor instead", replaceWith = kotlin/ReplaceWith(imports = [], expression = "MyClass()"), level = kotlin/DeprecationLevel.ERROR)
|
|
@kotlinx/cinterop/ObjCMethod(selector = "init", encoding = "@16@0:8", isStret = false)
|
|
@kotlinx/cinterop/internal/CCall.ConsumesReceiver
|
|
@kotlinx/cinterop/internal/CCall.ReturnsRetained
|
|
public open external fun init(): dependency/MyClass?
|
|
|
|
@kotlinx/cinterop/ObjCMethod(selector = "instanceMethod", encoding = "v16@0:8", isStret = false)
|
|
public open external fun instanceMethod(): kotlin/Unit
|
|
|
|
@kotlinx/cinterop/ObjCMethod(selector = "instanceProperty", encoding = "i16@0:8", isStret = false)
|
|
public open external fun instanceProperty(): kotlin/Int
|
|
|
|
@kotlinx/cinterop/ObjCMethod(selector = "setInstanceProperty:", encoding = "v20@0:8i16", isStret = false)
|
|
public open external fun setInstanceProperty(instanceProperty: kotlin/Int): kotlin/Unit
|
|
|
|
public final var instanceProperty: kotlin/Int
|
|
@kotlinx/cinterop/ObjCMethod(selector = "instanceProperty", encoding = "i16@0:8", isStret = false)
|
|
public final /* non-default */ external get
|
|
@kotlinx/cinterop/ObjCMethod(selector = "setInstanceProperty:", encoding = "v20@0:8i16", isStret = false)
|
|
public final /* non-default */ external set(value: kotlin/Int)
|
|
|
|
// companion object: Companion
|
|
|
|
// nested class: Companion
|
|
}
|
|
|
|
public final companion object dependency/MyClass.Companion : dependency/MyClassMeta, kotlinx/cinterop/ObjCClassOf<dependency/MyClass> {
|
|
|
|
private constructor()
|
|
}
|
|
|
|
@kotlinx/cinterop/ExternalObjCClass
|
|
@kotlinx/cinterop/ExperimentalForeignApi
|
|
public open class dependency/MyClassMeta : kotlinx/cinterop/ObjCObjectBaseMeta {
|
|
|
|
protected /* secondary */ constructor()
|
|
|
|
@kotlinx/cinterop/ObjCMethod(selector = "classMethod", encoding = "v16@0:8", isStret = false)
|
|
public open external fun classMethod(): kotlin/Unit
|
|
|
|
@kotlinx/cinterop/ObjCMethod(selector = "classProperty", encoding = "@16@0:8", isStret = false)
|
|
public open external fun classProperty(): kotlin/Any?
|
|
|
|
@kotlinx/cinterop/ObjCMethod(selector = "setClassProperty:", encoding = "v24@0:8@16", isStret = false)
|
|
public open external fun setClassProperty(classProperty: kotlin/Any?): kotlin/Unit
|
|
|
|
public final var classProperty: kotlin/Any?
|
|
@kotlinx/cinterop/ObjCMethod(selector = "classProperty", encoding = "@16@0:8", isStret = false)
|
|
public final /* non-default */ external get
|
|
@kotlinx/cinterop/ObjCMethod(selector = "setClassProperty:", encoding = "v24@0:8@16", isStret = false)
|
|
public final /* non-default */ external set(value: kotlin/Any?)
|
|
}
|
|
}
|
|
}
|