增加Toast 提示

Signed-off-by: 董宏宇 <martindhy@gmail.com>
This commit is contained in:
董宏宇
2021-09-23 11:40:43 +08:00
parent 974cf5f8fe
commit 82e60bed82
2 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
package com.mogo.eagle.core.function.api.autopilot;
/**
* @author xiaoyuzhou
* @date 2021/9/23 11:23 上午
* 自动驾驶识别监听
*/
public interface IMoGoAutoPilotIdentifyListener {
}