Updated on 2026-08-14

This commit is contained in:
Tangem 2023-08-22 18:49:27 +05:00
parent 55641cab14
commit cd34a586bb
16 changed files with 496 additions and 22 deletions

View file

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