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,22 @@
package u;
/* renamed from: u.f, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public abstract /* synthetic */ class AbstractC0629f {
/* renamed from: a, reason: collision with root package name */
public static final /* synthetic */ int[] f8583a = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10};
public static StringBuilder a(String str) {
StringBuilder sb = new StringBuilder();
sb.append(str);
return sb;
}
public static /* synthetic */ int b(int i) {
if (i != 0) {
return i - 1;
}
throw null;
}
}