package o; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.LinearLayout; import android.widget.TextView; /* renamed from: o.Ynb, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C1229Ynb { public final TextView a; public final LinearLayout b; private C1229Ynb(LinearLayout linearLayout, TextView textView) { this.b = linearLayout; this.a = textView; } public static C1229Ynb QS_(LayoutInflater layoutInflater, ViewGroup viewGroup) { View inflate = layoutInflater.inflate(com.scb.phone.R.layout.2131559124, viewGroup, false); TextView textView = (TextView) qeC.e(inflate, com.scb.phone.R.id.repayment_label); if (textView != null) { return new C1229Ynb((LinearLayout) inflate, textView); } throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(com.scb.phone.R.id.repayment_label))); } }