Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-27 12:26:54 +02:00
parent a8864541bc
commit 21be815a03
12 changed files with 97 additions and 1 deletions

View file

@ -58,5 +58,6 @@ sealed class PromoAnalyticsEvent(
enum class Program(val programName: String) {
Empty("Empty"),
Sepa("Sepa"),
BlackFriday("Black Friday"),
}
}