28 lines
846 B
Java
28 lines
846 B
Java
package o;
|
|
|
|
import android.widget.Button;
|
|
import android.widget.ImageView;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.TextView;
|
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
|
|
|
/* renamed from: o.exO, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C12392exO {
|
|
public final Button a;
|
|
public final TextView b;
|
|
public final ConstraintLayout c;
|
|
private ImageView d;
|
|
public final TextView e;
|
|
private LinearLayout g;
|
|
|
|
public C12392exO(ConstraintLayout constraintLayout, Button button, ImageView imageView, LinearLayout linearLayout, TextView textView, TextView textView2) {
|
|
this.c = constraintLayout;
|
|
this.a = button;
|
|
this.d = imageView;
|
|
this.g = linearLayout;
|
|
this.e = textView;
|
|
this.b = textView2;
|
|
}
|
|
}
|