Updated on 2026-08-14

This commit is contained in:
Tangem 2024-10-25 14:18:36 +05:00
parent 321b026fb4
commit 5ae666646f
19 changed files with 559 additions and 6 deletions

View file

@ -5,5 +5,7 @@ import com.tangem.core.ui.decompose.ComposableContentComponent
interface OnrampComponent : ComposableContentComponent {
interface Factory : ComponentFactory<Unit, OnrampComponent>
class Params
interface Factory : ComponentFactory<Params, OnrampComponent>
}