package com.wenming.weiswift.mvp.presenter; import android.content.Context; /** * Created by wenmingvs on 16/5/18. */ public interface WebViewActivityPresent { public void handleRedirectedUrl(Context context, String url); }