Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-09 13:59:33 +03:00
parent 72cf995bd6
commit 6962716694
13 changed files with 39 additions and 56 deletions

View file

@ -2,7 +2,6 @@ package com.tangem.utils
object StringsSigns {
const val STARS = "\u2217\u2217\u2217"
const val DOT = ""
const val PLUS = "+"
const val MINUS = "-"