23 lines
574 B
Java
23 lines
574 B
Java
|
package o;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.RelativeLayout;
|
||
|
import android.widget.TextView;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class ZQm {
|
||
|
public final TextView a;
|
||
|
private View b;
|
||
|
public final RelativeLayout c;
|
||
|
public final TextView d;
|
||
|
public final TextView e;
|
||
|
|
||
|
public ZQm(RelativeLayout relativeLayout, TextView textView, TextView textView2, TextView textView3, View view) {
|
||
|
this.c = relativeLayout;
|
||
|
this.a = textView;
|
||
|
this.e = textView2;
|
||
|
this.d = textView3;
|
||
|
this.b = view;
|
||
|
}
|
||
|
}
|