9 lines
331 B
Kotlin
9 lines
331 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)
|
|
@Retention(AnnotationRetention.RUNTIME)
|
|
internal annotation class UnlockProCompatibility |