package com.framework.proxy.common; import android.os.Bundle; public interface IRefreshBack { void onRefresh(int requestCode, Bundle bundle); }