Updated on 2026-08-14

This commit is contained in:
Tangem 2025-06-20 14:19:58 +05:00
parent 27819281a2
commit f9feacf074
20 changed files with 278 additions and 120 deletions

View file

@ -0,0 +1,9 @@
package com.tangem.features.send.v2.api
import com.tangem.core.decompose.factory.ComponentFactory
import com.tangem.core.ui.decompose.ComposableContentComponent
interface FeeSelectorBlockComponent : ComposableContentComponent {
interface Factory : ComponentFactory<Unit, FeeSelectorBlockComponent>
}