refactor IStatusCallback

This commit is contained in:
王劲鹏
2019-11-23 15:58:50 +08:00
parent 10f343a95b
commit e3813266ba
6 changed files with 3 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
package pub.doric.engine;
public interface IStatusCallback {
void start();
}