Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
package androidx.datastore.preferences.protobuf;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class V {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public static final U f2879a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public static final U f2880b;
|
||||
|
||||
/* JADX WARN: Type inference failed for: r0v2, types: [java.lang.Object, androidx.datastore.preferences.protobuf.U] */
|
||||
static {
|
||||
U u3;
|
||||
try {
|
||||
u3 = (U) Class.forName("androidx.datastore.preferences.protobuf.NewInstanceSchemaFull").getDeclaredConstructor(new Class[0]).newInstance(new Object[0]);
|
||||
} catch (Exception unused) {
|
||||
u3 = null;
|
||||
}
|
||||
f2879a = u3;
|
||||
f2880b = new Object();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user