
cn.zkdcloud.core.Component Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weChat Show documentation
Show all versions of weChat Show documentation
we can use it easy to build weChat
The newest version!
package cn.zkdcloud.core;
/**
* 微信组件
*
* @author zk
* @version 2017/8/25
*/
public interface Component {
void init();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy