55 lines
2.2 KiB
Java
55 lines
2.2 KiB
Java
|
package com.scb.phone.view.fragment.accountsummary;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.ImageView;
|
||
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class DebitCardFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private DebitCardFragment b;
|
||
|
private View c;
|
||
|
|
||
|
public DebitCardFragment_ViewBinding(DebitCardFragment debitCardFragment, View view) {
|
||
|
super(debitCardFragment, view);
|
||
|
this.b = debitCardFragment;
|
||
|
debitCardFragment.ivDebit = (ImageView) pyT.e(view, R.id.iv_debit, "field 'ivDebit'", ImageView.class);
|
||
|
debitCardFragment.csLayoutParent = (ConstraintLayout) pyT.e(view, R.id.cs_layout_parent, "field 'csLayoutParent'", ConstraintLayout.class);
|
||
|
View a = pyT.a(view, R.id.cs_layout_card, "field 'csLayoutCard' and method 'navigateToDebitCardDetail'");
|
||
|
debitCardFragment.csLayoutCard = (ConstraintLayout) pyT.c(a, R.id.cs_layout_card, "field 'csLayoutCard'", ConstraintLayout.class);
|
||
|
this.c = a;
|
||
|
a.setOnClickListener(new gnL(this, debitCardFragment) { // from class: com.scb.phone.view.fragment.accountsummary.DebitCardFragment_ViewBinding.2
|
||
|
private DebitCardFragment_ViewBinding a;
|
||
|
private DebitCardFragment e;
|
||
|
|
||
|
{
|
||
|
this.a = this;
|
||
|
this.e = debitCardFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.e.navigateToDebitCardDetail();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
DebitCardFragment debitCardFragment = this.b;
|
||
|
if (debitCardFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.b = null;
|
||
|
debitCardFragment.ivDebit = null;
|
||
|
debitCardFragment.csLayoutParent = null;
|
||
|
debitCardFragment.csLayoutCard = null;
|
||
|
this.c.setOnClickListener(null);
|
||
|
this.c = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|