设置家和公司
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.mogo.service.module;
|
||||
|
||||
import com.alibaba.android.arouter.facade.template.IProvider;
|
||||
|
||||
/**
|
||||
* @author zyz
|
||||
* 2020-01-12.
|
||||
*/
|
||||
public interface IMogoAddressManager extends IProvider {
|
||||
|
||||
void goHome();
|
||||
void goCompany();
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
package com.mogo.service.module;
|
||||
|
||||
import com.alibaba.android.arouter.facade.template.IProvider;
|
||||
|
||||
/**
|
||||
* @author zyz
|
||||
* 2020-01-12.
|
||||
*/
|
||||
public interface IMogoSettingManager extends IProvider {
|
||||
|
||||
int getPathPrefer();
|
||||
int getVolume();
|
||||
int getVoiceStyle();
|
||||
int getMapType();
|
||||
}
|
||||
Reference in New Issue
Block a user