Blame view

src/main/kotlin/application/model/CurrentTime.kt 91 Bytes
3b26be8f9   lsagona   controle the time...
1
2
3
4
5
  package application.model
  
  interface CurrentTime {
      fun onValueChanged(newValue: Int)
  }