Updated on 2026-08-14
This commit is contained in:
parent
86450e506d
commit
28221ee04c
14 changed files with 34 additions and 28 deletions
|
|
@ -1,9 +1,14 @@
|
|||
package com.tangem.features.hotwallet
|
||||
|
||||
import com.tangem.core.analytics.models.AnalyticsParam
|
||||
import com.tangem.core.decompose.factory.ComponentFactory
|
||||
import com.tangem.core.ui.decompose.ComposableContentComponent
|
||||
|
||||
interface CreateHardwareWalletComponent : ComposableContentComponent {
|
||||
|
||||
interface Factory : ComponentFactory<Unit, CreateHardwareWalletComponent>
|
||||
data class Params(
|
||||
val source: AnalyticsParam.ScreensSources,
|
||||
)
|
||||
|
||||
interface Factory : ComponentFactory<Params, CreateHardwareWalletComponent>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue