This commit is contained in:
wangcongtao
2020-01-14 21:58:58 +08:00
parent 79775f4854
commit 7020979f4b
10 changed files with 126 additions and 33 deletions

View File

@@ -32,8 +32,9 @@ import java.util.Map;
* <p>
* 描述
*/
public class MapPresenter extends Presenter< MapView >
implements IMogoIntentListener, IMogoVoiceCmdCallBack {
public class MapPresenter extends Presenter< MapView > implements
IMogoIntentListener,
IMogoVoiceCmdCallBack {
private static final String TAG = "MapPresenter";