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

16 lines
341 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.widget.RelativeLayout;
import android.widget.TextView;
/* loaded from: classes3.dex */
public final class pYH {
public final TextView b;
private final RelativeLayout d;
public pYH(RelativeLayout relativeLayout, TextView textView) {
this.d = relativeLayout;
this.b = textView;
}
}