Files
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

19 lines
475 B
Java

package com.fyber.inneractive.sdk.protobuf;
/* loaded from: classes2.dex */
public final class l0 {
public static final j0 a;
public static final k0 b;
static {
j0 j0Var;
try {
j0Var = (j0) Class.forName("com.google.protobuf.MapFieldSchemaFull").getDeclaredConstructor(new Class[0]).newInstance(new Object[0]);
} catch (Exception unused) {
j0Var = null;
}
a = j0Var;
b = new k0();
}
}