[2.15.0]add func of obu config start up

This commit is contained in:
zhongchao
2023-04-03 15:42:44 +08:00
parent 94bb6c976b
commit 6056c6bc66
6 changed files with 21 additions and 12 deletions

View File

@@ -11,6 +11,6 @@ interface IMoGoObuInfoListener {
/**
* @param obuInfoStr OBU信息
*/
fun onGetObuInfo(obuInfoStr: String)
fun onGetObuInfo(obuInfoStr: String?)
}