package com.scb.phone.view.fragment.transferandpay; import android.view.View; import android.widget.TextView; import com.scb.phone.R; import com.scb.phone.view.custom.common.NoSwipeViewPager; import com.scb.phone.view.fragment.BaseFragment_ViewBinding; import me.relex.circleindicator.CircleIndicator; import o.pyT; /* loaded from: classes5.dex */ public final class BNPLAccountSourceSelectFragment_ViewBinding extends BaseFragment_ViewBinding { private BNPLAccountSourceSelectFragment b; public BNPLAccountSourceSelectFragment_ViewBinding(BNPLAccountSourceSelectFragment bNPLAccountSourceSelectFragment, View view) { super(bNPLAccountSourceSelectFragment, view); this.b = bNPLAccountSourceSelectFragment; bNPLAccountSourceSelectFragment.mViewPager = (NoSwipeViewPager) pyT.e(view, R.id.account_select_view_pager, "field 'mViewPager'", NoSwipeViewPager.class); bNPLAccountSourceSelectFragment.mCircleIndicator = (CircleIndicator) pyT.e(view, R.id.account_select_indicator, "field 'mCircleIndicator'", CircleIndicator.class); bNPLAccountSourceSelectFragment.mToTextView = (TextView) pyT.e(view, R.id.to_text_view, "field 'mToTextView'", TextView.class); bNPLAccountSourceSelectFragment.mFromTextView = (TextView) pyT.e(view, R.id.from_text_view, "field 'mFromTextView'", TextView.class); } @Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder public final void a() { BNPLAccountSourceSelectFragment bNPLAccountSourceSelectFragment = this.b; if (bNPLAccountSourceSelectFragment == null) { throw new IllegalStateException("Bindings already cleared."); } this.b = null; bNPLAccountSourceSelectFragment.mViewPager = null; bNPLAccountSourceSelectFragment.mCircleIndicator = null; bNPLAccountSourceSelectFragment.mToTextView = null; bNPLAccountSourceSelectFragment.mFromTextView = null; super.a(); } }