revanced-patches-tasker/src/main/kotlin/app/revanced/patches/moneymanager/annotations/UnlockProCompatibility.kt
oSumAtrIX 4f248387fb
refactor: remove unnecessary annotations
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-03-14 15:08:41 +01:00

8 lines
291 B
Kotlin

package app.revanced.patches.moneymanager.annotations
import app.revanced.patcher.annotation.Compatibility
import app.revanced.patcher.annotation.Package
@Compatibility([Package("com.ithebk.expensemanager")])
@Target(AnnotationTarget.CLASS)
internal annotation class UnlockProCompatibility