This commit is contained in:
wangcongtao
2019-12-27 19:56:30 +08:00
parent 522c5e2dbf
commit ae9ddcb369
308 changed files with 6608 additions and 607 deletions

View File

@@ -0,0 +1,12 @@
package com.mogo.map;
/**
* @author congtaowang
* @since 2019-12-25
* <p>
* 销毁
*/
public interface IDestroyable {
void destroy();
}