20 lines
527 B
Java
20 lines
527 B
Java
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;
|
|
}
|
|
}
|