Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-17 18:34:05 +05:00
parent 472efdfc6b
commit 4b13911e32
16 changed files with 722 additions and 8 deletions

View file

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