[2.15.0] debug setting view bug

This commit is contained in:
zhongchao
2023-03-16 19:16:08 +08:00
parent ca37198966
commit fe2d3c47c8
4 changed files with 26 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ interface IMogoTelematicProvider: IProvider {
fun getServerIp(): String
fun getServerToken(): String
fun getServerToken(): String?
fun sendMsgToAllClients(type: Int, byteArray: ByteArray)