Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.liulishuo.filedownloader.download;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface ProcessCallback {
|
||||
void a();
|
||||
|
||||
void a(long j);
|
||||
|
||||
void a(DownloadRunnable downloadRunnable, long j, long j2);
|
||||
|
||||
void a(Exception exc);
|
||||
|
||||
void b(Exception exc);
|
||||
|
||||
boolean c(Exception exc);
|
||||
}
|
||||
Reference in New Issue
Block a user