what-the-bank/sources/o/C0222BrK.java

29 lines
843 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
/* renamed from: o.BrK, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0222BrK {
public final TextView a;
public final LinearLayout b;
public final Button c;
public final ImageView d;
public final TextView e;
public final TextView f;
public final TextView i;
public C0222BrK(LinearLayout linearLayout, TextView textView, Button button, ImageView imageView, TextView textView2, TextView textView3, TextView textView4) {
this.b = linearLayout;
this.a = textView;
this.c = button;
this.d = imageView;
this.e = textView2;
this.i = textView3;
this.f = textView4;
}
}