timepicker button met popup-klok functionaliteit

This commit is contained in:
lbarraga 2023-05-01 12:51:46 +02:00 committed by tdpeuter
parent 3bf0157adc
commit 2c62e13caa
10 changed files with 112 additions and 0 deletions

View file

@ -0,0 +1,4 @@
package be.ugent.sel.studeez.data
class EditTimerState {
}

View file

@ -0,0 +1,4 @@
package be.ugent.sel.studeez.data.local.models.timer_info
interface TimerInfoVisitor {
}