Updated on 2026-08-14
This commit is contained in:
parent
5e854cd424
commit
7ff4227443
14 changed files with 63 additions and 21 deletions
|
|
@ -5,6 +5,9 @@ import com.tangem.core.ui.decompose.ComposableContentComponent
|
|||
import com.tangem.domain.models.wallet.UserWalletId
|
||||
|
||||
interface UpdateAccessCodeComponent : ComposableContentComponent {
|
||||
data class Params(val userWalletId: UserWalletId)
|
||||
data class Params(
|
||||
val userWalletId: UserWalletId,
|
||||
val isFirstSetup: Boolean,
|
||||
)
|
||||
interface Factory : ComponentFactory<Params, UpdateAccessCodeComponent>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue