Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-25 16:31:29 +04:00
parent aeef2b3945
commit ff5df41d6a
124 changed files with 36 additions and 11457 deletions

View file

@ -1,6 +1,5 @@
package com.tangem.features.feed.entry.featuretoggle
interface FeedFeatureToggle {
val isFeedEnabled: Boolean
val isEarnBlockEnabled: Boolean
}