mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2024-11-16 21:13:47 +00:00
5 lines
109 B
Kotlin
5 lines
109 B
Kotlin
|
package dev.inmo.plaguposter.common
|
||
|
|
||
|
const val SuccessfulSymbol = "✓"
|
||
|
const val UnsuccessfulSymbol = "❌"
|