Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-22 12:33:37 +05:00
parent 5e1e708deb
commit b0b6081040
18 changed files with 669 additions and 55 deletions

View file

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