Updated on 2026-08-14
This commit is contained in:
parent
a08b715f36
commit
2d1f7a0cd2
18 changed files with 193 additions and 8 deletions
|
|
@ -0,0 +1,12 @@
|
|||
package com.tangem.features.send.navigation
|
||||
|
||||
import androidx.fragment.app.Fragment
|
||||
|
||||
interface SendRouter {
|
||||
|
||||
fun getEntryFragment(): Fragment
|
||||
|
||||
companion object {
|
||||
const val CRYPTO_CURRENCY_KEY = "send_crypto_currency"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue