ReplayState.kt 95 Bytes
package application.model

interface ReplayState {
    fun onValueChanged(newValue: Boolean)

}