mirror of
https://github.com/InsanusMokrassar/SauceNaoAPI.git
synced 2024-11-14 02:43:47 +00:00
10 lines
202 B
Kotlin
10 lines
202 B
Kotlin
package dev.inmo.saucenaoapi.utils
|
|
|
|
import io.ktor.http.ContentType
|
|
import io.ktor.utils.io.core.Input
|
|
|
|
expect class MPPFile
|
|
|
|
expect val MPPFile.input: Input
|
|
expect val MPPFile.contentType: ContentType
|