6 lines
92 B
Kotlin
6 lines
92 B
Kotlin
package info.nightscout.androidaps.utils
|
|
|
|
class TIR(val low: Double, val high: Double) {
|
|
|
|
}
|