package c.a.i; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.utilities.view.text.LinkifiedTextView; /* compiled from: ViewSettingSharedBinding */ public final class m3 implements ViewBinding { @NonNull public final View a; @NonNull public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ public final TextView f128c; @NonNull public final LinkifiedTextView d; @NonNull public final TextView e; public m3(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2) { this.a = view; this.b = imageView; this.f128c = textView; this.d = linkifiedTextView; this.e = textView2; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }