Updated on 2026-08-14

This commit is contained in:
Tangem 2023-06-01 20:10:08 +08:00
parent 2782d8a846
commit 8262c72f40
15 changed files with 230 additions and 18 deletions

View file

@ -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
}