62 lines
3.3 KiB
Java
62 lines
3.3 KiB
Java
|
package com.scb.phone.view.fragment.closeaccount;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.TextView;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.custom.closeaccount.AccountAmountCustomComponent;
|
||
|
import com.scb.phone.view.custom.common.MultilineDataComponent;
|
||
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class CloseAccountReviewFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private View d;
|
||
|
private CloseAccountReviewFragment e;
|
||
|
|
||
|
public CloseAccountReviewFragment_ViewBinding(CloseAccountReviewFragment closeAccountReviewFragment, View view) {
|
||
|
super(closeAccountReviewFragment, view);
|
||
|
this.e = closeAccountReviewFragment;
|
||
|
closeAccountReviewFragment.closingAccountDataComponent = (MultilineDataComponent) pyT.e(view, R.id.closing_account_data, "field 'closingAccountDataComponent'", MultilineDataComponent.class);
|
||
|
closeAccountReviewFragment.depositTypeDataComponent = (MultilineDataComponent) pyT.e(view, R.id.deposit_type_data, "field 'depositTypeDataComponent'", MultilineDataComponent.class);
|
||
|
closeAccountReviewFragment.receivingAccountDataComponent = (MultilineDataComponent) pyT.e(view, R.id.receiving_account_data, "field 'receivingAccountDataComponent'", MultilineDataComponent.class);
|
||
|
closeAccountReviewFragment.closingAccountAmountDataComponent = (AccountAmountCustomComponent) pyT.e(view, R.id.closing_account_amount_data, "field 'closingAccountAmountDataComponent'", AccountAmountCustomComponent.class);
|
||
|
closeAccountReviewFragment.extraInfo = (TextView) pyT.e(view, R.id.tv_extra_info, "field 'extraInfo'", TextView.class);
|
||
|
closeAccountReviewFragment.contactInformationTextView = (TextView) pyT.e(view, R.id.tv_contact_information, "field 'contactInformationTextView'", TextView.class);
|
||
|
View a = pyT.a(view, R.id.bt_confirm, "method 'onConfirmClicked'");
|
||
|
this.d = a;
|
||
|
a.setOnClickListener(new gnL(this, closeAccountReviewFragment) { // from class: com.scb.phone.view.fragment.closeaccount.CloseAccountReviewFragment_ViewBinding.2
|
||
|
private CloseAccountReviewFragment a;
|
||
|
private CloseAccountReviewFragment_ViewBinding c;
|
||
|
|
||
|
{
|
||
|
this.c = this;
|
||
|
this.a = closeAccountReviewFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.a.onConfirmClicked();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
CloseAccountReviewFragment closeAccountReviewFragment = this.e;
|
||
|
if (closeAccountReviewFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.e = null;
|
||
|
closeAccountReviewFragment.closingAccountDataComponent = null;
|
||
|
closeAccountReviewFragment.depositTypeDataComponent = null;
|
||
|
closeAccountReviewFragment.receivingAccountDataComponent = null;
|
||
|
closeAccountReviewFragment.closingAccountAmountDataComponent = null;
|
||
|
closeAccountReviewFragment.extraInfo = null;
|
||
|
closeAccountReviewFragment.contactInformationTextView = null;
|
||
|
this.d.setOnClickListener(null);
|
||
|
this.d = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|