14 lines
268 B
Java
14 lines
268 B
Java
package com.liulishuo.filedownloader.services;
|
|
|
|
import android.content.Intent;
|
|
import android.os.IBinder;
|
|
|
|
/* loaded from: classes.dex */
|
|
interface IFileDownloadServiceHandler {
|
|
IBinder a(Intent intent);
|
|
|
|
void a();
|
|
|
|
void a(Intent intent, int i, int i2);
|
|
}
|