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

16 lines
397 B
Java

package o;
import android.widget.LinearLayout;
import androidx.fragment.app.FragmentContainerView;
/* loaded from: classes3.dex */
public final class VYR {
private FragmentContainerView c;
public final LinearLayout e;
public VYR(LinearLayout linearLayout, FragmentContainerView fragmentContainerView) {
this.e = linearLayout;
this.c = fragmentContainerView;
}
}