AquaStream/app/src/main/java/com/lagradost/cloudstream3/plugins/CloudstreamPlugin.kt

6 lines
133 B
Kotlin
Raw Normal View History

2022-08-04 10:51:11 +00:00
package com.lagradost.cloudstream3.plugins
@Suppress("unused")
@Target(AnnotationTarget.CLASS)
annotation class CloudstreamPlugin(
)