mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-04-30 06:34:28 +02:00
10 lines
333 B
Kotlin
10 lines
333 B
Kotlin
package app.revanced.patches.sleepasandroid.annotations
|
|
|
|
import app.revanced.patcher.annotation.Compatibility
|
|
import app.revanced.patcher.annotation.Package
|
|
|
|
@Compatibility([Package("com.urbandroid.sleep")])
|
|
@Target(AnnotationTarget.CLASS)
|
|
@Retention(AnnotationRetention.RUNTIME)
|
|
internal annotation class UnlockPremiumCompatibility
|