19 lines
452 B
Java
19 lines
452 B
Java
|
package o;
|
||
|
|
||
|
import android.widget.ImageView;
|
||
|
import android.widget.RelativeLayout;
|
||
|
import android.widget.TextView;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class QxO {
|
||
|
public final ImageView c;
|
||
|
public final TextView d;
|
||
|
public final RelativeLayout e;
|
||
|
|
||
|
public QxO(RelativeLayout relativeLayout, ImageView imageView, TextView textView) {
|
||
|
this.e = relativeLayout;
|
||
|
this.c = imageView;
|
||
|
this.d = textView;
|
||
|
}
|
||
|
}
|