package c.a.i; import android.view.View; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.span.SimpleDraweeSpanTextView; /* compiled from: ViewUsernameBinding */ public final class b4 implements ViewBinding { @NonNull public final View a; @NonNull public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ public final SimpleDraweeSpanTextView f71c; public b4(@NonNull View view, @NonNull TextView textView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) { this.a = view; this.b = textView; this.f71c = simpleDraweeSpanTextView; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }