[6.2.0]Taxi乘客端消息盒子增加小智语音显示

This commit is contained in:
xuxinchao
2023-11-08 18:40:33 +08:00
parent 92dd4469c3
commit 03060239c7
7 changed files with 201 additions and 18 deletions

View File

@@ -2,6 +2,6 @@ package com.mogo.eagle.core.data.msgbox
import android.os.CountDownTimer
class MsgBoxCountDownBean(val msgBoxBean: MsgBoxBean){
class MsgBoxCountDownBean(var msgBoxBean: MsgBoxBean){
var countDownTimer: CountDownTimer ?= null
}