25 lines
717 B
Java
25 lines
717 B
Java
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;
|
|
}
|
|
}
|