mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-04-30 14:44:33 +02:00
9 lines
288 B
Kotlin
9 lines
288 B
Kotlin
package app.revanced.patches.candylinkvpn.annotations
|
|
|
|
import app.revanced.patcher.annotation.Compatibility
|
|
import app.revanced.patcher.annotation.Package
|
|
|
|
@Compatibility([Package("com.candylink.openvpn")])
|
|
@Target(AnnotationTarget.CLASS)
|
|
internal annotation class UnlockProCompatibility
|