package n0;

import android.graphics.Typeface;

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

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final Typeface f30740a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final int f30741b;

    public h(int i10) {
        this.f30740a = null;
        this.f30741b = i10;
    }

    public h(Typeface typeface) {
        this.f30740a = typeface;
        this.f30741b = 0;
    }
}
