package com.dayu.pipirrapp.net.upload; public interface ProgressListener { void onProgress(long bytesWritten, long totalBytes); }