This commit is contained in:
wangcongtao
2020-06-18 16:44:50 +08:00
parent 7632740229
commit 7373c45cfe
290 changed files with 4766 additions and 19 deletions

View File

@@ -33,6 +33,13 @@ public class MogoNaviListenerHandler implements IMogoNaviListener2, IMogoNaviLis
*/
private IMogoNaviListener mDelegateListener = null;
/**
* @return
*/
public boolean hasDelegateListener(){
return mDelegateListener != null;
}
/**
* 上层模块代理对象
*/