add comment

This commit is contained in:
MM20
2026-03-14 13:59:31 +01:00
parent 1eef05b63f
commit dcefc682a5

View File

@@ -4,6 +4,9 @@ import de.mm20.launcher2.database.entities.CurrencyEntity
data class Currency(
val symbol: String,
/**
* The value of 1 EUR in this currency
*/
val value: Double,
val lastUpdate: Long
) {