timepicker button met popup-klok functionaliteit
This commit is contained in:
parent
3bf0157adc
commit
2c62e13caa
10 changed files with 112 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
package be.ugent.sel.studeez.data
|
||||
|
||||
class EditTimerState {
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
package be.ugent.sel.studeez.data.local.models.timer_info
|
||||
|
||||
interface TimerInfoVisitor {
|
||||
}
|
Reference in a new issue