pda/zhuike/.svn/pristine/64/641f39561dfa77f06bc066ebe20...

11 lines
205 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package com.novelbook.android.netutils;
/**
* Created by 眼神 on 2018/3/27.
* 类描述请求服务loading关闭监听
*/
public interface ProgressCancelListener {
void onCancelProgress();
}