3 lines
98 B
Kotlin
3 lines
98 B
Kotlin
package info.nightscout.androidaps.events
|
|
|
|
class EventRefreshOverview(var from: String) : Event()
|