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

20 lines
527 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.widget.Button;
import android.widget.FrameLayout;
import android.widget.RelativeLayout;
/* renamed from: o.vKE, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17254vKE {
public final RelativeLayout a;
public final Button b;
public final FrameLayout e;
public C17254vKE(RelativeLayout relativeLayout, Button button, FrameLayout frameLayout) {
this.a = relativeLayout;
this.b = button;
this.e = frameLayout;
}
}