Updated on 2026-08-14
This commit is contained in:
parent
2934b42af5
commit
f466395589
6 changed files with 48 additions and 1 deletions
|
|
@ -0,0 +1,11 @@
|
|||
package com.tangem.domain.account.featuretoggle
|
||||
|
||||
/**
|
||||
* Accounts feature toggle
|
||||
*
|
||||
[REDACTED_AUTHOR]
|
||||
*/
|
||||
interface AccountsFeatureToggles {
|
||||
|
||||
val isFeatureEnabled: Boolean
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue