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

25 lines
717 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
import android.widget.TextView;
/* loaded from: classes3.dex */
public final class vwF {
public final RelativeLayout a;
public final RelativeLayout b;
public final TextView c;
public final TextView d;
public final TextView e;
private LinearLayout f;
public vwF(RelativeLayout relativeLayout, RelativeLayout relativeLayout2, LinearLayout linearLayout, TextView textView, TextView textView2, TextView textView3) {
this.b = relativeLayout;
this.a = relativeLayout2;
this.f = linearLayout;
this.d = textView;
this.e = textView2;
this.c = textView3;
}
}