Skip to content

Commit

Permalink
Merge tag 'android_dokit_v3.7.0.301' into feature/plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOnlyone committed Mar 22, 2023
2 parents 5ac76b2 + fa94237 commit af0047e
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
package com.didichuxing.doraemonkit.tcp.ability;

/**
* didi Create on 2022/9/20 .
* <p>
* Copyright (c) 2022/9/20 by didiglobal.com.
*
* @author <a href="[email protected]">zhangjun</a>
* @version 1.0
* @Date 2022/9/20 11:19 上午
* @Description 用一句话说明文件功能
*/

public class MessageReceiverHook {

public static void dispatchMessage(Object message) {

}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
package com.didichuxing.doraemonkit.tcp.ability;

/**
* didi Create on 2022/9/20 .
* <p>
* Copyright (c) 2022/9/20 by didiglobal.com.
*
* @author <a href="[email protected]">zhangjun</a>
* @version 1.0
* @Date 2022/9/20 11:18 上午
* @Description 用一句话说明文件功能
*/

public class MessageSenderHook {

public static void sendMessage(String message) {
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
package com.didichuxing.doraemonkit.tcp.ability;

/**
* didi Create on 2022/9/20 .
* <p>
* Copyright (c) 2022/9/20 by didiglobal.com.
*
* @author <a href="[email protected]">zhangjun</a>
* @version 1.0
* @Date 2022/9/20 11:18 上午
* @Description 用一句话说明文件功能
*/

public class TcpMessageHook {

public static void init() {

}
}

0 comments on commit af0047e

Please sign in to comment.