Updated on 2026-08-14
This commit is contained in:
parent
2a3a59c0aa
commit
2782d8a846
26 changed files with 662 additions and 251 deletions
|
|
@ -0,0 +1,12 @@
|
|||
package com.tangem.features.wallet.featuretoggles
|
||||
|
||||
/**
|
||||
* Wallet feature toggles
|
||||
*
|
||||
[REDACTED_AUTHOR]
|
||||
*/
|
||||
interface WalletFeatureToggles {
|
||||
|
||||
/** Availability of redesigned screen */
|
||||
val isRedesignedScreenEnabled: Boolean
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue