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,27 @@
package Q0;
import java.lang.ref.WeakReference;
import java.util.Map;
/* loaded from: classes.dex */
public final class g {
/* renamed from: a, reason: collision with root package name */
public final int f1364a;
/* renamed from: b, reason: collision with root package name */
public final WeakReference f1365b;
/* renamed from: c, reason: collision with root package name */
public final Map f1366c;
/* renamed from: d, reason: collision with root package name */
public final int f1367d;
public g(int i, WeakReference weakReference, Map map, int i4) {
this.f1364a = i;
this.f1365b = weakReference;
this.f1366c = map;
this.f1367d = i4;
}
}