Updated on 2026-08-14

This commit is contained in:
Tangem 2020-09-21 13:51:18 +03:00
parent 64af848bd9
commit cc468b2d0d
17 changed files with 579 additions and 94 deletions

View file

@ -1,3 +1,3 @@
package com.tangem.tap.common.entities
abstract class Button(val enabled: Boolean)
open class Button(val enabled: Boolean)