Updated on 2026-08-14
This commit is contained in:
parent
2782d8a846
commit
8262c72f40
15 changed files with 230 additions and 18 deletions
|
|
@ -0,0 +1,14 @@
|
|||
package com.tangem.features.wallet.navigation
|
||||
|
||||
import androidx.fragment.app.Fragment
|
||||
|
||||
/**
|
||||
* Wallet feature router
|
||||
*
|
||||
[REDACTED_AUTHOR]
|
||||
*/
|
||||
interface WalletRouter {
|
||||
|
||||
/** Get feature entry point [Fragment] */
|
||||
fun getEntryFragment(): Fragment
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue