Updated on 2026-08-14

This commit is contained in:
Tangem 2020-09-08 15:50:55 +03:00
parent 9b3f6994a9
commit 98ea9b0ead
25 changed files with 648 additions and 88 deletions

View file

@ -0,0 +1,10 @@
package com.tangem.tap.common.entities
/**
[REDACTED_AUTHOR]
*/
class TapCurrency {
companion object{
val main = "USD"
}
}