Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-01 20:22:30 +04:00
parent 2934b42af5
commit f466395589
6 changed files with 48 additions and 1 deletions

View file

@ -0,0 +1,11 @@
package com.tangem.domain.account.featuretoggle
/**
* Accounts feature toggle
*
[REDACTED_AUTHOR]
*/
interface AccountsFeatureToggles {
val isFeatureEnabled: Boolean
}