package com.mogo.map; /** * @author congtaowang * @since 2019-12-25 *

* 销毁 */ public interface IDestroyable { void destroy(); }