[add] 前车碰撞预警 UI + 测试数据
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.mogo.service.v2x;
|
||||
|
||||
/**
|
||||
* @author liujing
|
||||
* @description 描述
|
||||
* @since: 2021/3/24
|
||||
*/
|
||||
public interface IWarningChangeListener {
|
||||
void warningChangedWithType(String type);
|
||||
}
|
||||
Reference in New Issue
Block a user