package com.google.crypto.tink.shaded.protobuf;

/* JADX INFO: loaded from: classes2.dex */
public final class h {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f23903a;

    public /* synthetic */ h(int i10) {
        this.f23903a = i10;
    }

    /* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
    public /* synthetic */ h(int i10, int i11) {
        this(0);
        this.f23903a = i10;
        int i12 = 1;
        if (i10 != 1) {
        } else {
            this(i12);
        }
    }
}
