package c.a.i; import android.view.View; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: ViewCodeVerificationTextBinding */ public final class a2 implements ViewBinding { @NonNull public final TextView a; public a2(@NonNull TextView textView) { this.a = textView; } @Override // androidx.viewbinding.ViewBinding @NonNull public View getRoot() { return this.a; } }