Updated on 2026-08-14
This commit is contained in:
parent
1cecd561dc
commit
64626bbcbc
8 changed files with 274 additions and 11 deletions
|
|
@ -0,0 +1,8 @@
|
|||
package com.tangem.features.hotwallet
|
||||
|
||||
import com.tangem.core.decompose.factory.ComponentFactory
|
||||
import com.tangem.core.ui.decompose.ComposableContentComponent
|
||||
|
||||
interface CreateMobileWalletComponent : ComposableContentComponent {
|
||||
interface Factory : ComponentFactory<Unit, CreateMobileWalletComponent>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue