Updated on 2026-08-14
This commit is contained in:
parent
db1d205bae
commit
cb1ede0531
5 changed files with 116 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
package com.tangem.features.send.v2.api.deeplink
|
||||
|
||||
import kotlinx.coroutines.CoroutineScope
|
||||
|
||||
interface SellDeepLinkHandler {
|
||||
|
||||
interface Factory {
|
||||
fun create(coroutineScope: CoroutineScope, params: Map<String, String>): SellDeepLinkHandler
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue