24 lines
688 B
Java
24 lines
688 B
Java
package o;
|
|
|
|
import android.widget.Button;
|
|
import android.widget.ImageView;
|
|
import android.widget.LinearLayout;
|
|
|
|
/* renamed from: o.kNe, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C15998kNe {
|
|
public final LinearLayout a;
|
|
public final LinearLayout b;
|
|
public final ImageView c;
|
|
private LinearLayout d;
|
|
public final Button e;
|
|
|
|
public C15998kNe(LinearLayout linearLayout, Button button, LinearLayout linearLayout2, ImageView imageView, LinearLayout linearLayout3) {
|
|
this.b = linearLayout;
|
|
this.e = button;
|
|
this.d = linearLayout2;
|
|
this.c = imageView;
|
|
this.a = linearLayout3;
|
|
}
|
|
}
|