what-the-bank/sources/com/scb/phone/view/fragment/closeaccount/CloseAccountSelectionOtherF...

56 lines
2.5 KiB
Java

package com.scb.phone.view.fragment.closeaccount;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import com.scb.phone.R;
import com.scb.phone.view.custom.common.CommonInputViewGroup;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public class CloseAccountSelectionOtherFragment_ViewBinding extends BaseFragment_ViewBinding {
private View c;
private CloseAccountSelectionOtherFragment d;
public CloseAccountSelectionOtherFragment_ViewBinding(CloseAccountSelectionOtherFragment closeAccountSelectionOtherFragment, View view) {
super(closeAccountSelectionOtherFragment, view);
this.d = closeAccountSelectionOtherFragment;
closeAccountSelectionOtherFragment.icon = (ImageView) pyT.e(view, R.id.iv_icon, "field 'icon'", ImageView.class);
closeAccountSelectionOtherFragment.accountNumberInput = (CommonInputViewGroup) pyT.e(view, R.id.common_input_view_group, "field 'accountNumberInput'", CommonInputViewGroup.class);
View a = pyT.a(view, R.id.bt_review, "field 'button' and method 'onButtonClick'");
closeAccountSelectionOtherFragment.button = (Button) pyT.c(a, R.id.bt_review, "field 'button'", Button.class);
this.c = a;
a.setOnClickListener(new gnL(this, closeAccountSelectionOtherFragment) { // from class: com.scb.phone.view.fragment.closeaccount.CloseAccountSelectionOtherFragment_ViewBinding.4
private CloseAccountSelectionOtherFragment_ViewBinding a;
private CloseAccountSelectionOtherFragment b;
{
this.a = this;
this.b = closeAccountSelectionOtherFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.b.onButtonClick();
}
});
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
CloseAccountSelectionOtherFragment closeAccountSelectionOtherFragment = this.d;
if (closeAccountSelectionOtherFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
closeAccountSelectionOtherFragment.icon = null;
closeAccountSelectionOtherFragment.accountNumberInput = null;
closeAccountSelectionOtherFragment.button = null;
this.c.setOnClickListener(null);
this.c = null;
super.a();
}
}