![JAR search and dependency download from the Maven repository](/logo.png)
net.sinofool.wechat.mp.msg.Message Maven / Gradle / Ivy
The newest version!
package net.sinofool.wechat.mp.msg;
public interface Message {
String getMsgType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package net.sinofool.wechat.mp.msg;
public interface Message {
String getMsgType();
}