[6.7.0] fix bug

This commit is contained in:
EmArrow
2024-09-23 19:32:09 +08:00
parent 7b707e8bc9
commit e4f281cafc
10 changed files with 43 additions and 132 deletions

View File

@@ -12,6 +12,8 @@ interface IOchFunctionCall {
*/
fun registerToolKitDefaultItemClickListener(tag: String, listener: IToolKitItemClickListener) {}
fun LoginOut(){}
// 车型变化回调
fun invokeCarMode(carModel: Carmodel?){}