Updated on 2026-08-14

This commit is contained in:
Tangem 2022-08-19 01:38:31 +03:00
parent cf692a7cd6
commit 6bcd70c978
11 changed files with 78 additions and 34 deletions

View file

@ -0,0 +1,8 @@
package com.tangem.tap.common.feature
/**
[REDACTED_AUTHOR]
*/
interface Feature {
fun featureIsSwitchedOn():Boolean
}