20 lines
483 B
Java
20 lines
483 B
Java
package o;
|
|
|
|
import android.view.View;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.TextView;
|
|
|
|
/* renamed from: o.EiO, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0335EiO {
|
|
public final LinearLayout a;
|
|
public final TextView c;
|
|
private View e;
|
|
|
|
public C0335EiO(LinearLayout linearLayout, View view, TextView textView) {
|
|
this.a = linearLayout;
|
|
this.e = view;
|
|
this.c = textView;
|
|
}
|
|
}
|