store laps in an arraylist

This commit is contained in:
tibbi
2018-03-07 23:34:19 +01:00
parent fdf769dbca
commit f19b8140cd
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,3 @@
package com.simplemobiletools.clock.models
data class StopwatchTime(val id: Int, var lapTime: Long, var totalTime: Long)