24 lines
643 B
Java
24 lines
643 B
Java
package o;
|
|
|
|
import android.view.View;
|
|
import android.widget.RelativeLayout;
|
|
import android.widget.TextView;
|
|
|
|
/* renamed from: o.KjX, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0602KjX {
|
|
private TextView a;
|
|
private final View b;
|
|
private TextView c;
|
|
public final TextView d;
|
|
public final RelativeLayout e;
|
|
|
|
public C0602KjX(View view, RelativeLayout relativeLayout, TextView textView, TextView textView2, TextView textView3) {
|
|
this.b = view;
|
|
this.e = relativeLayout;
|
|
this.d = textView;
|
|
this.a = textView2;
|
|
this.c = textView3;
|
|
}
|
|
}
|