package com.google.protobuf;

/* JADX INFO: loaded from: classes3.dex */
public abstract class B {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final A f14160a = new A();

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final A f14161b;

    static {
        A a6;
        try {
            a6 = (A) Class.forName("com.google.protobuf.ExtensionSchemaFull").getDeclaredConstructor(new Class[0]).newInstance(new Object[0]);
        } catch (Exception unused) {
            a6 = null;
        }
        f14161b = a6;
    }
}
