36 lines
1.1 KiB
Java
36 lines
1.1 KiB
Java
package o;
|
|
|
|
import android.widget.ImageView;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.RadioButton;
|
|
import android.widget.RadioGroup;
|
|
import android.widget.RelativeLayout;
|
|
import android.widget.TextView;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class ICI {
|
|
public final RadioGroup a;
|
|
public final RadioButton b;
|
|
public final RadioButton c;
|
|
public final RelativeLayout d;
|
|
public final RadioButton e;
|
|
public final TextView f;
|
|
private final LinearLayout g;
|
|
public final TextView h;
|
|
public final TextView i;
|
|
private ImageView j;
|
|
|
|
public ICI(LinearLayout linearLayout, ImageView imageView, RadioButton radioButton, RadioButton radioButton2, RadioButton radioButton3, RadioGroup radioGroup, RelativeLayout relativeLayout, TextView textView, TextView textView2, TextView textView3) {
|
|
this.g = linearLayout;
|
|
this.j = imageView;
|
|
this.e = radioButton;
|
|
this.b = radioButton2;
|
|
this.c = radioButton3;
|
|
this.a = radioGroup;
|
|
this.d = relativeLayout;
|
|
this.h = textView;
|
|
this.i = textView2;
|
|
this.f = textView3;
|
|
}
|
|
}
|