提交 af0047ef 编写于 作者: R realonezhang

Merge tag 'android_dokit_v3.7.0.301' into feature/plugin

package com.didichuxing.doraemonkit.tcp.ability;
/**
* didi Create on 2022/9/20 .
* <p>
* Copyright (c) 2022/9/20 by didiglobal.com.
*
* @author <a href="realonlyone@126.com">zhangjun</a>
* @version 1.0
* @Date 2022/9/20 11:19 上午
* @Description 用一句话说明文件功能
*/
public class MessageReceiverHook {
public static void dispatchMessage(Object message) {
}
}
package com.didichuxing.doraemonkit.tcp.ability;
/**
* didi Create on 2022/9/20 .
* <p>
* Copyright (c) 2022/9/20 by didiglobal.com.
*
* @author <a href="realonlyone@126.com">zhangjun</a>
* @version 1.0
* @Date 2022/9/20 11:18 上午
* @Description 用一句话说明文件功能
*/
public class MessageSenderHook {
public static void sendMessage(String message) {
}
}
package com.didichuxing.doraemonkit.tcp.ability;
/**
* didi Create on 2022/9/20 .
* <p>
* Copyright (c) 2022/9/20 by didiglobal.com.
*
* @author <a href="realonlyone@126.com">zhangjun</a>
* @version 1.0
* @Date 2022/9/20 11:18 上午
* @Description 用一句话说明文件功能
*/
public class TcpMessageHook {
public static void init() {
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册