Updated on 2026-08-14
This commit is contained in:
parent
7228c72553
commit
5b60d94e60
29 changed files with 1034 additions and 110 deletions
|
|
@ -0,0 +1,12 @@
|
|||
package com.tangem.features.managetokens.component
|
||||
|
||||
import com.tangem.core.decompose.factory.ComponentFactory
|
||||
import com.tangem.core.ui.decompose.ComposableContentComponent
|
||||
import com.tangem.domain.wallets.models.UserWalletId
|
||||
|
||||
interface OnboardingManageTokensComponent : ComposableContentComponent {
|
||||
|
||||
data class Params(val userWalletId: UserWalletId)
|
||||
|
||||
interface Factory : ComponentFactory<Params, OnboardingManageTokensComponent>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue