26 lines
730 B
Java
26 lines
730 B
Java
|
package o;
|
||
|
|
||
|
import android.widget.CheckBox;
|
||
|
import android.widget.LinearLayout;
|
||
|
import android.widget.RelativeLayout;
|
||
|
import android.widget.TextView;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class DcT {
|
||
|
public final LinearLayout a;
|
||
|
private TextView b;
|
||
|
private final RelativeLayout c;
|
||
|
public final TextView d;
|
||
|
private CheckBox e;
|
||
|
private LinearLayout g;
|
||
|
|
||
|
public DcT(RelativeLayout relativeLayout, LinearLayout linearLayout, CheckBox checkBox, TextView textView, LinearLayout linearLayout2, TextView textView2) {
|
||
|
this.c = relativeLayout;
|
||
|
this.a = linearLayout;
|
||
|
this.e = checkBox;
|
||
|
this.b = textView;
|
||
|
this.g = linearLayout2;
|
||
|
this.d = textView2;
|
||
|
}
|
||
|
}
|