86fe850794
* Extract source api from app module * Extract source online api from app module
9 lines
192 B
Kotlin
9 lines
192 B
Kotlin
package eu.kanade.tachiyomi.source
|
|
|
|
/**
|
|
* A source that explicitly doesn't require traffic considerations.
|
|
*
|
|
* This typically applies for self-hosted sources.
|
|
*/
|
|
interface UnmeteredSource
|