Updated on 2026-08-14
This commit is contained in:
parent
92034d6106
commit
625cf611f2
9 changed files with 151 additions and 7 deletions
|
|
@ -0,0 +1,11 @@
|
|||
package com.tangem.features.feed.entry.deeplink
|
||||
|
||||
import android.net.Uri
|
||||
import kotlinx.coroutines.CoroutineScope
|
||||
|
||||
interface NewsDetailsDeepLinkHandler {
|
||||
|
||||
interface Factory {
|
||||
fun create(coroutineScope: CoroutineScope, deeplinkUri: Uri): NewsDetailsDeepLinkHandler
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue