[Opt3.0]消息盒子

This commit is contained in:
xuxinchao
2023-01-31 16:56:57 +08:00
parent 5d8548e7ef
commit 0a10c1876c
17 changed files with 1007 additions and 420 deletions

View File

@@ -0,0 +1,9 @@
package com.mogo.eagle.core.function.api.msgbox
/**
* @author XuXinChao
* @date 2023/1/16
* 消息盒子事件监听回调
*/
interface IMsgBoxEventListener {
fun onSummaryClickEvent()
}