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