Updated on 2026-08-14

This commit is contained in:
Tangem 2024-08-02 14:37:20 +05:00
parent e20f932081
commit dd26ac3c0f
6 changed files with 48 additions and 1 deletions

View file

@ -0,0 +1,5 @@
package com.tangem.features.managetokens
interface ManageTokensToggles {
val isFeatureEnabled: Boolean
}