26 lines
756 B
Java
26 lines
756 B
Java
package o;
|
|
|
|
import android.widget.Button;
|
|
import android.widget.TextView;
|
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
|
|
|
/* renamed from: o.hzf, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C15724hzf {
|
|
public final ConstraintLayout a;
|
|
private TextView b;
|
|
public final TextView c;
|
|
public final Button d;
|
|
private TextView e;
|
|
private TextView i;
|
|
|
|
public C15724hzf(ConstraintLayout constraintLayout, Button button, TextView textView, TextView textView2, TextView textView3, TextView textView4) {
|
|
this.a = constraintLayout;
|
|
this.d = button;
|
|
this.b = textView;
|
|
this.e = textView2;
|
|
this.i = textView3;
|
|
this.c = textView4;
|
|
}
|
|
}
|