定位按钮实现调整车头方向功能
This commit is contained in:
@@ -3,6 +3,9 @@ package com.mogo.httpdns;
|
||||
import com.alibaba.android.arouter.facade.template.IProvider;
|
||||
import com.mogo.utils.network.HttpDns;
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
|
||||
public
|
||||
/**
|
||||
* @author congtaowang
|
||||
@@ -13,4 +16,6 @@ public
|
||||
interface IMogoHttpDns extends IProvider {
|
||||
|
||||
HttpDns dns();
|
||||
|
||||
Collection< String > getHttpDnsIps( String host );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user