All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.co.touchlab.skie.kir.descriptor.ObjCExportedInterfaceProvider.kt Maven / Gradle / Ivy

The newest version!
@file:Suppress("invisible_reference", "invisible_member")

package co.touchlab.skie.kir.descriptor

import org.jetbrains.kotlin.backend.konan.objcexport.ObjCExportNamer
import org.jetbrains.kotlin.backend.konan.objcexport.ObjCExportedInterface

class ObjCExportedInterfaceProvider internal constructor(
    internal val objCExportedInterface: ObjCExportedInterface,
) {

    val namer: ObjCExportNamer
        get() = objCExportedInterface.namer
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy