Updated on 2026-08-14

This commit is contained in:
Tangem 2026-05-05 14:52:28 +01:00
parent 0091d0131f
commit 02c12c524b
11 changed files with 40 additions and 25 deletions

View file

@ -1,3 +1,5 @@
package com.tangem.features.swap
interface SwapFeatureToggles
interface SwapFeatureToggles {
val isSwapSwitchToTransferEnabled: Boolean
}