20 lines
496 B
Java
20 lines
496 B
Java
package o;
|
|
|
|
import android.view.View;
|
|
import android.widget.RelativeLayout;
|
|
import android.widget.TextView;
|
|
|
|
/* renamed from: o.nUf, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C16323nUf {
|
|
private View a;
|
|
public final TextView d;
|
|
private final RelativeLayout e;
|
|
|
|
public C16323nUf(RelativeLayout relativeLayout, TextView textView, View view) {
|
|
this.e = relativeLayout;
|
|
this.d = textView;
|
|
this.a = view;
|
|
}
|
|
}
|