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,32 @@
package h3;
import kotlin.jvm.internal.Intrinsics;
/* loaded from: classes3.dex */
public abstract class a {
/* renamed from: a, reason: collision with root package name */
public final String f6778a;
/* renamed from: b, reason: collision with root package name */
public final boolean f6779b;
/* renamed from: c, reason: collision with root package name */
public c f6780c;
/* renamed from: d, reason: collision with root package name */
public long f6781d;
public a(String name, boolean z3) {
Intrinsics.checkNotNullParameter(name, "name");
this.f6778a = name;
this.f6779b = z3;
this.f6781d = -1L;
}
public abstract long a();
public final String toString() {
return this.f6778a;
}
}