Updated on 2026-08-14

This commit is contained in:
Tangem 2026-05-29 18:25:31 +02:00
parent 8b69fb70dc
commit 6a664f4a52
25 changed files with 762 additions and 7 deletions

View file

@ -18,4 +18,5 @@ object StringsSigns {
const val PASSWORD_VISUAL_CHAR = '\u2022'
const val APPROXIMATE = ""
const val WHITE_SPACE = " "
const val LIGHTNING = ""
}