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