mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Create UncutMazaProvider.kt
This commit is contained in:
parent
19456eb26e
commit
3f903c6fc1
1 changed files with 12 additions and 0 deletions
12
UncutMaza/src/main/kotlin/com/hexated/UncutMazaProvider.kt
Normal file
12
UncutMaza/src/main/kotlin/com/hexated/UncutMazaProvider.kt
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
package com.hexated
|
||||||
|
|
||||||
|
import com.lagradost.cloudstream3.plugins.CloudstreamPlugin
|
||||||
|
import com.lagradost.cloudstream3.plugins.Plugin
|
||||||
|
import android.content.Context
|
||||||
|
|
||||||
|
@CloudstreamPlugin
|
||||||
|
class UncutMazaProvider: Plugin() {
|
||||||
|
override fun load(context: Context) {
|
||||||
|
registerMainAPI(UncutMaza())
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue