Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-17 14:37:14 +07:00
parent 35a6f43bf3
commit 63e7f40fd2
7 changed files with 15 additions and 4 deletions

View file

@ -1,9 +1,11 @@
package com.tangem.features.nft.collections.entity
import androidx.annotation.DrawableRes
import androidx.compose.runtime.Immutable
import com.tangem.common.ui.account.AccountTitleUM
import com.tangem.core.ui.extensions.TextReference
@Immutable
internal sealed interface NFTCollectionItem {
val id: String
}