package c.a.i; import android.view.View; import android.widget.FrameLayout; import android.widget.RelativeLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.fragment.app.FragmentContainerView; import androidx.viewbinding.ViewBinding; /* compiled from: WidgetHomePanelLeftBinding */ public final class d5 implements ViewBinding { @NonNull public final RelativeLayout a; @NonNull public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ public final FragmentContainerView f82c; public d5(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FrameLayout frameLayout) { this.a = relativeLayout; this.b = textView; this.f82c = fragmentContainerView2; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }