package D;

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

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

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

    protected h(String str, int i2) {
        this.f371a = str;
        this.f372b = i2;
    }
}
