package c.a.j; import android.view.View; import android.widget.FrameLayout; import android.widget.LinearLayout; import android.widget.Space; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.button.MaterialButton; /* compiled from: WidgetStageChannelRichPresenceBinding */ public final class r5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull public final LinearLayout b; @NonNull /* renamed from: c reason: collision with root package name */ public final TextView f155c; @NonNull public final TextView d; @NonNull public final SimpleDraweeView e; @NonNull public final TextView f; @NonNull public final MaterialButton g; @NonNull public final TextView h; @NonNull public final TextView i; public r5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView3, @NonNull FrameLayout frameLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView4, @NonNull TextView textView5) { this.a = linearLayout; this.b = linearLayout2; this.f155c = textView; this.d = textView2; this.e = simpleDraweeView; this.f = textView3; this.g = materialButton; this.h = textView4; this.i = textView5; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }