jimu-decompiled/sources/com/liulishuo/filedownloader/services/IFileDownloadServiceHandler.java
2025-05-13 19:24:51 +02:00

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);
}