17 lines
420 B
Java
17 lines
420 B
Java
package o;
|
|
|
|
import android.widget.FrameLayout;
|
|
import android.widget.LinearLayout;
|
|
|
|
/* renamed from: o.eLu, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C10697eLu {
|
|
public final LinearLayout b;
|
|
public final FrameLayout c;
|
|
|
|
public C10697eLu(LinearLayout linearLayout, FrameLayout frameLayout) {
|
|
this.b = linearLayout;
|
|
this.c = frameLayout;
|
|
}
|
|
}
|