16 lines
435 B
Java
16 lines
435 B
Java
|
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;
|
||
|
}
|
||
|
}
|