commonMain.com.paoapps.fifi.viewmodel.ViewModel.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fifi-framework Show documentation
Show all versions of fifi-framework Show documentation
Kotlin Multiplatform Mobile framework for optimal code sharing between iOS and Android.
package com.paoapps.fifi.viewmodel
import kotlinx.coroutines.CoroutineScope
import org.koin.core.definition.Definition
import org.koin.core.instance.InstanceFactory
import org.koin.core.module.Module
import org.koin.core.qualifier.Qualifier
expect abstract class ViewModel() {
val viewModelScope: CoroutineScope
protected open fun onCleared()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy