Updated on 2026-08-14
This commit is contained in:
parent
4f47d876ed
commit
e125eff471
40 changed files with 251 additions and 119 deletions
|
|
@ -0,0 +1,6 @@
|
|||
package com.tangem.domain.models
|
||||
|
||||
data class ArtworkModel(
|
||||
val verifiedArtwork: ByteArray? = null,
|
||||
val defaultUrl: String,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue