Blame view

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