24 lines
773 B
Java
24 lines
773 B
Java
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();
|
|
}
|
|
}
|