yy1717
2020-08-25 0701276b4fec856d5427e4776eec3cc7c56ec065
1
2
3
4
5
6
7
8
9
10
11
package safeluck.drive.evaluation.im.handler;
 
/**
 * MyApplication2
 * Created by lzw on 2019/12/12. 16:04:29
 * 邮箱:632393724@qq.com
 * All Rights Saved! Chongqing AnYun Tech co. LTD
 */
public interface IMessageHandler {
    void execute(String msg);
}