Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
22
apk_decompiled/sources/u/AbstractC0629f.java
Normal file
22
apk_decompiled/sources/u/AbstractC0629f.java
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user