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

commonMain.dev.inmo.micro_utils.fsm.common.State.kt Maven / Gradle / Ivy

There is a newer version: 0.22.2
Show newest version
package dev.inmo.micro_utils.fsm.common

interface State {
    val context: Any
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy