28 lines
737 B
Java
28 lines
737 B
Java
package com.google.android.gms.internal.measurement;
|
|
|
|
/* loaded from: classes.dex */
|
|
final class zzue {
|
|
private static final zzuc<?> a = new zzud();
|
|
private static final zzuc<?> b = a();
|
|
|
|
private static zzuc<?> a() {
|
|
try {
|
|
return (zzuc) Class.forName("com.google.protobuf.ExtensionSchemaFull").getDeclaredConstructor(new Class[0]).newInstance(new Object[0]);
|
|
} catch (Exception unused) {
|
|
return null;
|
|
}
|
|
}
|
|
|
|
static zzuc<?> b() {
|
|
return a;
|
|
}
|
|
|
|
static zzuc<?> c() {
|
|
zzuc<?> zzucVar = b;
|
|
if (zzucVar != null) {
|
|
return zzucVar;
|
|
}
|
|
throw new IllegalStateException("Protobuf runtime is not correctly loaded.");
|
|
}
|
|
}
|