All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.seejoke.wechat.api.WxMessageMatcher Maven / Gradle / Ivy

package com.seejoke.wechat.api;

import com.seejoke.wechat.entity.WxXmlMessage;

public interface WxMessageMatcher {

	boolean match(WxXmlMessage message);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy