Commit 710379eb authored by Him188's avatar Him188

Specify actual type

parent 1ef3eb47
......@@ -35,7 +35,7 @@ import java.net.URL
*/
@Suppress("UNUSED_PARAMETER")
@Throws(IOException::class)
fun Bitmap.toExternalImage(formatName: String = "gif"): Nothing {
fun Bitmap.toExternalImage(formatName: String = "gif"): ExternalImage {
TODO()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment