提交 6dee429e 编写于 作者: 门心叼龙's avatar 门心叼龙

common update

上级 7104a341
......@@ -5,7 +5,7 @@ import android.os.Bundle;
import com.fly.tour.common.mvp.BasePresenter;
/**
* Description: <><br>
* Description: <BaseMvpFragment><br>
* Author: gxl<br>
* Date: 2018/6/11<br>
* Version: V1.0.0<br>
......
package com.fly.tour.common.mvp;
/**
* Description: <Presenter基础协议><br>
* Author: gxl<br>
* Date: 2018/12/28<br>
* Version: V1.0.0<br>
* Update: <br>
*/
public abstract class BasePresenter<V> implements BaseContract.Presenter<V> {
public V mView;
......
package com.fly.tour.common.mvp;
/**
* Description: <View基础协议><br>
* Author: gxl<br>
* Date: 2018/12/28<br>
* Version: V1.0.0<br>
* Update: <br>
*/
public interface BaseView extends BaseContract.View {
void showLoading();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册