[2.13.2] new func

This commit is contained in:
zhongchao
2022-12-20 15:08:34 +08:00
parent 18d71cf81c
commit 55ef01e72e
5 changed files with 48 additions and 28 deletions

View File

@@ -1,8 +1,9 @@
package com.mogo.eagle.core.function.api.map.marker
import com.alibaba.android.arouter.facade.template.IProvider
import mogo.telematics.pad.MessagePad
interface IMoGoIdentifyListener {
interface IMoGoIdentifyListener :IProvider{
fun getIdentifyObj(uuid: String): MessagePad.TrackedObject?
}