This commit is contained in:
wangcongtao
2020-06-19 10:03:10 +08:00
20 changed files with 439 additions and 188 deletions

View File

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