fctom1215
2021-04-26 67c014b391b3fd36e7d530594c8e94c9655cea8c
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);
}