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