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

19 lines
463 B
Java

package com.liulishuo.filedownloader;
import com.liulishuo.filedownloader.event.DownloadEventPoolImpl;
/* loaded from: classes.dex */
public class FileDownloadEventPool extends DownloadEventPoolImpl {
private static class HolderClass {
private static final FileDownloadEventPool a = new FileDownloadEventPool();
}
public static FileDownloadEventPool a() {
return HolderClass.a;
}
private FileDownloadEventPool() {
}
}