59 lines
2.8 KiB
Java
59 lines
2.8 KiB
Java
package com.scb.phone.view.fragment.cardmanagement;
|
|
|
|
import android.view.View;
|
|
import android.widget.TextView;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.custom.transferandpay.CustomNoteItem;
|
|
import com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem;
|
|
import com.scb.phone.view.custom.transferandpay.CustomTransferAndPaySource;
|
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
|
import o.gnL;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class EStatementsSuccessfulFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private EStatementsSuccessfulFragment b;
|
|
private View d;
|
|
|
|
public EStatementsSuccessfulFragment_ViewBinding(EStatementsSuccessfulFragment eStatementsSuccessfulFragment, View view) {
|
|
super(eStatementsSuccessfulFragment, view);
|
|
this.b = eStatementsSuccessfulFragment;
|
|
eStatementsSuccessfulFragment.viewAccount = (CustomTransferAndPaySource) pyT.e(view, R.id.account, "field 'viewAccount'", CustomTransferAndPaySource.class);
|
|
eStatementsSuccessfulFragment.viewBillCycle = (CustomNoteItem) pyT.e(view, R.id.cycle, "field 'viewBillCycle'", CustomNoteItem.class);
|
|
eStatementsSuccessfulFragment.viewSendTo = (CustomTransferAndPayItem) pyT.e(view, R.id.sent_to, "field 'viewSendTo'", CustomTransferAndPayItem.class);
|
|
eStatementsSuccessfulFragment.textDescription = (TextView) pyT.e(view, R.id.text_description, "field 'textDescription'", TextView.class);
|
|
View a = pyT.a(view, R.id.return_button, "method 'onClickReturnButton'");
|
|
this.d = a;
|
|
a.setOnClickListener(new gnL(this, eStatementsSuccessfulFragment) { // from class: com.scb.phone.view.fragment.cardmanagement.EStatementsSuccessfulFragment_ViewBinding.1
|
|
private EStatementsSuccessfulFragment_ViewBinding c;
|
|
private EStatementsSuccessfulFragment e;
|
|
|
|
{
|
|
this.c = this;
|
|
this.e = eStatementsSuccessfulFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.e.onClickReturnButton();
|
|
}
|
|
});
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
EStatementsSuccessfulFragment eStatementsSuccessfulFragment = this.b;
|
|
if (eStatementsSuccessfulFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.b = null;
|
|
eStatementsSuccessfulFragment.viewAccount = null;
|
|
eStatementsSuccessfulFragment.viewBillCycle = null;
|
|
eStatementsSuccessfulFragment.viewSendTo = null;
|
|
eStatementsSuccessfulFragment.textDescription = null;
|
|
this.d.setOnClickListener(null);
|
|
this.d = null;
|
|
super.a();
|
|
}
|
|
}
|