Initial commit
This commit is contained in:
10
sources/com/liulishuo/filedownloader/IThreadPoolMonitor.java
Normal file
10
sources/com/liulishuo/filedownloader/IThreadPoolMonitor.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package com.liulishuo.filedownloader;
|
||||
|
||||
import com.liulishuo.filedownloader.model.FileDownloadModel;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface IThreadPoolMonitor {
|
||||
int a(String str, int i);
|
||||
|
||||
boolean a(FileDownloadModel fileDownloadModel);
|
||||
}
|
||||
Reference in New Issue
Block a user