Initial import of ADIF API reverse-engineering toolkit

This commit is contained in:
2025-12-16 08:37:56 +01:00
commit 60388529c1
11486 changed files with 1086536 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
package K0;
import kotlinx.coroutines.CoroutineDispatcher;
import r3.u;
import r3.z;
/* loaded from: classes.dex */
public final class j {
/* renamed from: a, reason: collision with root package name */
public final u f1013a;
/* renamed from: b, reason: collision with root package name */
public final g f1014b;
public j(long j4, CoroutineDispatcher coroutineDispatcher, u uVar, z zVar) {
this.f1013a = uVar;
this.f1014b = new g(j4, coroutineDispatcher, uVar, zVar);
}
}