Updated on 2026-08-14

This commit is contained in:
Tangem 2023-09-13 13:34:38 +03:00
parent 3fbddfa8c7
commit 70d2f5ee06
14 changed files with 120 additions and 84 deletions

View file

@ -1,10 +0,0 @@
package com.tangem.core.ui.components.transactions.intents
interface TxHistoryClickIntents {
fun onBuyClick()
fun onReloadClick()
fun onExploreClick()
}