what-the-bank/sources/o/QxO.java

19 lines
452 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
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;
}
}