Updated on 2026-08-14

This commit is contained in:
Tangem 2023-06-01 17:31:20 +08:00
parent 2a3a59c0aa
commit 2782d8a846
26 changed files with 662 additions and 251 deletions

View file

@ -0,0 +1,12 @@
package com.tangem.features.wallet.featuretoggles
/**
* Wallet feature toggles
*
[REDACTED_AUTHOR]
*/
interface WalletFeatureToggles {
/** Availability of redesigned screen */
val isRedesignedScreenEnabled: Boolean
}