44 lines
2.6 KiB
Java
44 lines
2.6 KiB
Java
|
package com.scb.phone.view.fragment.debitatm;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.LinearLayout;
|
||
|
import androidx.core.widget.NestedScrollView;
|
||
|
import androidx.recyclerview.widget.RecyclerView;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class DebitWithdrawalLimitFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private DebitWithdrawalLimitFragment c;
|
||
|
|
||
|
public DebitWithdrawalLimitFragment_ViewBinding(DebitWithdrawalLimitFragment debitWithdrawalLimitFragment, View view) {
|
||
|
super(debitWithdrawalLimitFragment, view);
|
||
|
this.c = debitWithdrawalLimitFragment;
|
||
|
debitWithdrawalLimitFragment.mPersonalLimitScrollView = (NestedScrollView) pyT.e(view, R.id.loan_detail_scrollview, "field 'mPersonalLimitScrollView'", NestedScrollView.class);
|
||
|
debitWithdrawalLimitFragment.debitRecyclerView = (RecyclerView) pyT.e(view, R.id.recycler_view_debit, "field 'debitRecyclerView'", RecyclerView.class);
|
||
|
debitWithdrawalLimitFragment.purchaseRecyclerView = (RecyclerView) pyT.e(view, R.id.recycler_view_purchase, "field 'purchaseRecyclerView'", RecyclerView.class);
|
||
|
debitWithdrawalLimitFragment.rvSpending = (RecyclerView) pyT.e(view, R.id.recycler_view_spending, "field 'rvSpending'", RecyclerView.class);
|
||
|
debitWithdrawalLimitFragment.llLayoutPurchaseLimit = (LinearLayout) pyT.e(view, R.id.layout_purchase_limit, "field 'llLayoutPurchaseLimit'", LinearLayout.class);
|
||
|
debitWithdrawalLimitFragment.llLayoutEcomLimit = (LinearLayout) pyT.e(view, R.id.ll_layout_ecom_limit, "field 'llLayoutEcomLimit'", LinearLayout.class);
|
||
|
debitWithdrawalLimitFragment.llLayoutWithdrawLimit = (LinearLayout) pyT.e(view, R.id.ll_layout_withdraw_limit, "field 'llLayoutWithdrawLimit'", LinearLayout.class);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
DebitWithdrawalLimitFragment debitWithdrawalLimitFragment = this.c;
|
||
|
if (debitWithdrawalLimitFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.c = null;
|
||
|
debitWithdrawalLimitFragment.mPersonalLimitScrollView = null;
|
||
|
debitWithdrawalLimitFragment.debitRecyclerView = null;
|
||
|
debitWithdrawalLimitFragment.purchaseRecyclerView = null;
|
||
|
debitWithdrawalLimitFragment.rvSpending = null;
|
||
|
debitWithdrawalLimitFragment.llLayoutPurchaseLimit = null;
|
||
|
debitWithdrawalLimitFragment.llLayoutEcomLimit = null;
|
||
|
debitWithdrawalLimitFragment.llLayoutWithdrawLimit = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|