Updated on 2026-08-14
This commit is contained in:
parent
27819281a2
commit
f9feacf074
20 changed files with 278 additions and 120 deletions
|
|
@ -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>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue