Updated on 2026-08-14

This commit is contained in:
Tangem 2024-02-15 10:13:44 +03:00
parent 3a4ce4d24b
commit 76c64ef543
27 changed files with 270 additions and 238 deletions

View file

@ -6,4 +6,6 @@ import androidx.compose.runtime.Immutable
* General interface for bottom sheet config model
*/
@Immutable
interface TangemBottomSheetConfigContent
interface TangemBottomSheetConfigContent {
object Empty : TangemBottomSheetConfigContent
}