CurrentTime.kt 91 Bytes
package application.model

interface CurrentTime {
    fun onValueChanged(newValue: Int)
}