17 lines
430 B
Java
17 lines
430 B
Java
package o;
|
|
|
|
import android.widget.FrameLayout;
|
|
import android.widget.RelativeLayout;
|
|
|
|
/* renamed from: o.tPh, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C17030tPh {
|
|
public final RelativeLayout a;
|
|
public final FrameLayout b;
|
|
|
|
public C17030tPh(RelativeLayout relativeLayout, FrameLayout frameLayout) {
|
|
this.a = relativeLayout;
|
|
this.b = frameLayout;
|
|
}
|
|
}
|