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

18 lines
446 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.widget.ImageView;
import android.widget.RelativeLayout;
/* loaded from: classes3.dex */
public final class Sza {
public final RelativeLayout a;
public final RelativeLayout b;
public final ImageView e;
public Sza(RelativeLayout relativeLayout, RelativeLayout relativeLayout2, ImageView imageView) {
this.b = relativeLayout;
this.a = relativeLayout2;
this.e = imageView;
}
}