Updated on 2026-08-14
This commit is contained in:
parent
be67efcca1
commit
40a3ada884
12 changed files with 100 additions and 32 deletions
|
|
@ -0,0 +1,10 @@
|
|||
package com.tangem.datasource.demo
|
||||
|
||||
/**
|
||||
* Data provides for demo cards
|
||||
*
|
||||
*/
|
||||
interface DemoModeData {
|
||||
|
||||
val isDemoModeActive: Boolean
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue