PhoneLoginView.java 348 B

1234567891011121314151617
  1. package com.edufound.android.xyyf.phonelogin;
  2. import android.app.Activity;
  3. import android.webkit.WebView;
  4. import android.widget.FrameLayout;
  5. import com.edufound.android.xyyf.base.BaseView;
  6. import com.google.gson.Gson;
  7. public interface PhoneLoginView extends BaseView {
  8. //把View拋出給Presenter調用
  9. void changeVText(int type);
  10. }