Updated on 2026-08-14
This commit is contained in:
parent
321b026fb4
commit
5ae666646f
19 changed files with 559 additions and 6 deletions
|
|
@ -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>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue