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

16 lines
435 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.fragment.app.FragmentContainerView;
/* loaded from: classes3.dex */
public final class GPL {
private FragmentContainerView b;
public final ConstraintLayout c;
public GPL(ConstraintLayout constraintLayout, FragmentContainerView fragmentContainerView) {
this.c = constraintLayout;
this.b = fragmentContainerView;
}
}