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

iosMain.com.myunidays.kiterable.models.IterableActionContext.kt Maven / Gradle / Ivy

package com.myunidays.kiterable.models

actual class IterableActionContext(private val nativeSource: Int) {
    actual val action: IterableAction
        get() = TODO("Not yet implemented")
    actual val source: IterableActionSource
        get() = IterableActionSource.values()[nativeSource]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy