26 lines
650 B
Java
26 lines
650 B
Java
|
package o;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.CheckBox;
|
||
|
import android.widget.LinearLayout;
|
||
|
import android.widget.TextView;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class OqX {
|
||
|
private View a;
|
||
|
public final LinearLayout b;
|
||
|
public final TextView c;
|
||
|
public final TextView d;
|
||
|
public final CheckBox e;
|
||
|
private View f;
|
||
|
|
||
|
public OqX(LinearLayout linearLayout, TextView textView, View view, View view2, TextView textView2, CheckBox checkBox) {
|
||
|
this.b = linearLayout;
|
||
|
this.d = textView;
|
||
|
this.a = view;
|
||
|
this.f = view2;
|
||
|
this.c = textView2;
|
||
|
this.e = checkBox;
|
||
|
}
|
||
|
}
|