package C1;

import android.graphics.Typeface;

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

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

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

    public i(int i6) {
        this.f683a = null;
        this.f684b = i6;
    }

    public i(Typeface typeface) {
        this.f683a = typeface;
        this.f684b = 0;
    }
}
