Updated on 2026-08-14
This commit is contained in:
parent
53f9b9d572
commit
d17d9e35bf
28 changed files with 514 additions and 455 deletions
8
common/src/main/java/com/tangem/common/Converter.kt
Normal file
8
common/src/main/java/com/tangem/common/Converter.kt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package com.tangem.common
|
||||
|
||||
/**
|
||||
[REDACTED_AUTHOR]
|
||||
*/
|
||||
interface Converter<I, O> {
|
||||
fun convert(value: I): O
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue