Skip to content

Commit 6a8583d

Browse files
author
jhonjson
committed
合并登陆模块到主模块之中
1 parent 856b6dc commit 6a8583d

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

module_main/src/main/java/com/play/module_main/contract/SplashContract.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ public interface SplashContract {
77

88
interface View extends BaseViewImp {
99

10-
1110
}
1211

1312
abstract class Presenter extends BasePresenter<View> {
1413

15-
public abstract void getList();
14+
public abstract void geSplashData();
1615
}
1716

1817
}

module_main/src/main/java/com/play/module_main/presenter/SplashPresenter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public SplashPresenter(Context context) {
1616

1717

1818
@Override
19-
public void getList() {
19+
public void geSplashData() {
2020

2121
Log.e("getList", "getList 请求数据 getList");
2222
}

0 commit comments

Comments
 (0)