Updated on 2026-08-14
This commit is contained in:
parent
55641cab14
commit
cd34a586bb
16 changed files with 496 additions and 22 deletions
|
|
@ -0,0 +1,10 @@
|
|||
package com.tangem.core.ui.components.transactions.intents
|
||||
|
||||
interface TxHistoryClickIntents {
|
||||
|
||||
fun onBuyClick()
|
||||
|
||||
fun onReloadClick()
|
||||
|
||||
fun onExploreClick()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue