Setup: Rewritten in Kotlin

This commit is contained in:
zt515
2017-12-25 23:55:56 +08:00
parent 001e628dc0
commit 81887a6ed1
10 changed files with 100 additions and 87 deletions

View File

@ -6,7 +6,6 @@ import java.io.InputStream;
/**
* @author kiva
*/
public interface SourceConnection {
InputStream getInputStream() throws IOException;