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,30 @@
package e3;
import f0.C0338b;
import java.util.ArrayList;
import java.util.UUID;
import kotlin.jvm.internal.Intrinsics;
import r3.C0579k;
/* loaded from: classes3.dex */
public final class B {
/* renamed from: a, reason: collision with root package name */
public final C0579k f6202a;
/* renamed from: b, reason: collision with root package name */
public A f6203b;
/* renamed from: c, reason: collision with root package name */
public final ArrayList f6204c;
public B() {
String boundary = UUID.randomUUID().toString();
Intrinsics.checkNotNullExpressionValue(boundary, "randomUUID().toString()");
Intrinsics.checkNotNullParameter(boundary, "boundary");
C0579k c0579k = C0579k.f8285d;
this.f6202a = C0338b.n(boundary);
this.f6203b = D.f6207e;
this.f6204c = new ArrayList();
}
}