Updated on 2026-08-14

This commit is contained in:
Tangem 2023-02-28 11:15:48 +03:00
parent 2c78e27915
commit f0e07c4dcd
21 changed files with 69 additions and 89 deletions

View file

@ -30,4 +30,5 @@ open class ShimmerRecyclerAdapter(
class ShimmerVH(viewGroup: ViewGroup) : RecyclerView.ViewHolder(viewGroup)
@Suppress("UnusedPrivateMember")
data class ShimmerData(private val any: String = "")