#40 timer info class and subclasses, used for display of a timer

This commit is contained in:
lbarraga 2023-04-16 23:20:38 +02:00
parent 66e68493e4
commit 0c183b9cc7
20 changed files with 210 additions and 27 deletions

View file

@ -0,0 +1,2 @@
package be.ugent.sel.studeez.screens.timer_overview

View file

@ -0,0 +1,4 @@
package be.ugent.sel.studeez.screens.timer_overview
class TimerOverviewViewModel {
}