what-the-bank/sources/com/scb/phone/view/fragment/transferandpay/BaseTargetSelectedFragment_...

68 lines
4.8 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.transferandpay;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.recyclerview.widget.RecyclerView;
import com.scb.phone.R;
import com.scb.phone.view.custom.ScbEditText;
import com.scb.phone.view.custom.ScbTextInputLayout;
import com.scb.phone.view.custom.common.AmountEditText;
import com.scb.phone.view.custom.common.DefaultButton;
import com.scb.phone.view.custom.common.NoteEditText;
import com.scb.phone.view.custom.transferandpay.CustomTransferAndPayBiller;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.pyT;
/* loaded from: classes5.dex */
public class BaseTargetSelectedFragment_ViewBinding extends BaseFragment_ViewBinding {
private BaseTargetSelectedFragment b;
public BaseTargetSelectedFragment_ViewBinding(BaseTargetSelectedFragment baseTargetSelectedFragment, View view) {
super(baseTargetSelectedFragment, view);
this.b = baseTargetSelectedFragment;
baseTargetSelectedFragment.mRecyclerView = (RecyclerView) pyT.e(view, R.id.amount_recycler_view, "field 'mRecyclerView'", RecyclerView.class);
baseTargetSelectedFragment.mReferenceTextView1 = (TextView) pyT.e(view, R.id.reference_text_input_layout1, "field 'mReferenceTextView1'", TextView.class);
baseTargetSelectedFragment.mReferenceTextView2 = (TextView) pyT.e(view, R.id.reference_text_input_layout2, "field 'mReferenceTextView2'", TextView.class);
baseTargetSelectedFragment.mReferenceTextView3 = (TextView) pyT.e(view, R.id.reference_text_input_layout3, "field 'mReferenceTextView3'", TextView.class);
baseTargetSelectedFragment.mButton = (DefaultButton) pyT.e(view, R.id.button_continue, "field 'mButton'", DefaultButton.class);
baseTargetSelectedFragment.mCustomTransferAndPayBiller = (CustomTransferAndPayBiller) pyT.e(view, R.id.custom_transfer_and_pay_biller, "field 'mCustomTransferAndPayBiller'", CustomTransferAndPayBiller.class);
baseTargetSelectedFragment.mReferenceEditText1 = (ScbEditText) pyT.e(view, R.id.reference_label_edit_text1, "field 'mReferenceEditText1'", ScbEditText.class);
baseTargetSelectedFragment.mReferenceEditText2 = (ScbEditText) pyT.e(view, R.id.reference_label_edit_text2, "field 'mReferenceEditText2'", ScbEditText.class);
baseTargetSelectedFragment.mReferenceEditText3 = (ScbEditText) pyT.e(view, R.id.reference_label_edit_text3, "field 'mReferenceEditText3'", ScbEditText.class);
baseTargetSelectedFragment.mDivider = pyT.a(view, R.id.bill_divider_view, "field 'mDivider'");
baseTargetSelectedFragment.mAmountInputLayout = (ScbTextInputLayout) pyT.e(view, R.id.bill_amount_text_input, "field 'mAmountInputLayout'", ScbTextInputLayout.class);
baseTargetSelectedFragment.mAmountValue = (AmountEditText) pyT.e(view, R.id.bill_amount_value_edit_text, "field 'mAmountValue'", AmountEditText.class);
baseTargetSelectedFragment.tvRemarkMinAmount = (TextView) pyT.e(view, R.id.tv_remark_min_amount, "field 'tvRemarkMinAmount'", TextView.class);
baseTargetSelectedFragment.mRemainingLimit = (TextView) pyT.e(view, R.id.remaining_limit_text_view, "field 'mRemainingLimit'", TextView.class);
baseTargetSelectedFragment.mLimitProgress = (ViewGroup) pyT.a(view, R.id.limit_view_group_progress, "field 'mLimitProgress'", ViewGroup.class);
baseTargetSelectedFragment.noteEditText = (NoteEditText) pyT.e(view, R.id.note_edit_text, "field 'noteEditText'", NoteEditText.class);
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public void a() {
BaseTargetSelectedFragment baseTargetSelectedFragment = this.b;
if (baseTargetSelectedFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
baseTargetSelectedFragment.mRecyclerView = null;
baseTargetSelectedFragment.mReferenceTextView1 = null;
baseTargetSelectedFragment.mReferenceTextView2 = null;
baseTargetSelectedFragment.mReferenceTextView3 = null;
baseTargetSelectedFragment.mButton = null;
baseTargetSelectedFragment.mCustomTransferAndPayBiller = null;
baseTargetSelectedFragment.mReferenceEditText1 = null;
baseTargetSelectedFragment.mReferenceEditText2 = null;
baseTargetSelectedFragment.mReferenceEditText3 = null;
baseTargetSelectedFragment.mDivider = null;
baseTargetSelectedFragment.mAmountInputLayout = null;
baseTargetSelectedFragment.mAmountValue = null;
baseTargetSelectedFragment.tvRemarkMinAmount = null;
baseTargetSelectedFragment.mRemainingLimit = null;
baseTargetSelectedFragment.mLimitProgress = null;
baseTargetSelectedFragment.noteEditText = null;
super.a();
}
}