package J;

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 f3429a;

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

    public h(int i) {
        this.f3429a = null;
        this.f3430b = i;
    }

    public h(Typeface typeface) {
        this.f3429a = typeface;
        this.f3430b = 0;
    }
}
