27 lines
722 B
Java
27 lines
722 B
Java
package o;
|
|
|
|
import android.view.View;
|
|
import android.widget.Button;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.RelativeLayout;
|
|
import android.widget.TextView;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class Ggj {
|
|
public final Button a;
|
|
public final TextView b;
|
|
public final TextView c;
|
|
private LinearLayout d;
|
|
public final View e;
|
|
private final RelativeLayout j;
|
|
|
|
public Ggj(RelativeLayout relativeLayout, Button button, LinearLayout linearLayout, TextView textView, TextView textView2, View view) {
|
|
this.j = relativeLayout;
|
|
this.a = button;
|
|
this.d = linearLayout;
|
|
this.b = textView;
|
|
this.c = textView2;
|
|
this.e = view;
|
|
}
|
|
}
|