commonMain.cinematic.BaseScene.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cinematic-scene-core Show documentation
Show all versions of cinematic-scene-core Show documentation
A multiplatfrom library for authoring Scenes (viewmodel) in an MVIVM architecture
package cinematic
expect abstract class BaseScene() {
protected open fun onCleared()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy