Updated on 2026-08-14

This commit is contained in:
Tangem 2024-06-03 14:09:13 +04:00
parent 7699ee0de7
commit fd128f3bd7
17 changed files with 215 additions and 19 deletions

View file

@ -10,4 +10,6 @@ interface ReduxStateHolder {
suspend fun dispatchWithMain(action: Action)
suspend fun onUserWalletSelected(userWallet: UserWallet)
fun sendFeedbackEmail()
}