SecondContract 接口类
package com.test.mvp.mvpdemo.mvp.v6;
 
import com.test.mvp.mvpdemo.mvp.v6.basemvp.IBasePresenter;
import com.test.mvp.mvpdemo.mvp.v6.basemvp.IBaseView;
 
import okhttp3.Callback;
 
public interface SecondContract {
    interface ISecondModel {
        void requestBaidu(Callback callback);
    }
 
    interface ISecondView extends IBaseView {
        void showDialog();
 
        void succes(String content);
    }
 
    interface ISecondPresenter extends IBasePresenter {
        void handlerData();
    }
}
--------------------- 
 
                    
                     
                    
                 
                    
                 
 
                
            
         
         浙公网安备 33010602011771号
浙公网安备 33010602011771号