Updated on 2026-08-14

This commit is contained in:
Tangem 2025-06-24 22:39:17 +05:00
parent 1cecd561dc
commit 64626bbcbc
8 changed files with 274 additions and 11 deletions

View file

@ -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>
}