64 lines
2.3 KiB
Java
64 lines
2.3 KiB
Java
|
package com.scb.phone.view.fragment.mailingaddress;
|
||
|
|
||
|
import android.view.View;
|
||
|
import com.scb.phone.R;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class MailingAddressInputFragment_ViewBinding extends BaseMailingAddressFragment_ViewBinding {
|
||
|
private MailingAddressInputFragment b;
|
||
|
private View d;
|
||
|
private View e;
|
||
|
|
||
|
public MailingAddressInputFragment_ViewBinding(MailingAddressInputFragment mailingAddressInputFragment, View view) {
|
||
|
super(mailingAddressInputFragment, view);
|
||
|
this.b = mailingAddressInputFragment;
|
||
|
View a = pyT.a(view, R.id.next_button, "method 'onNextButtonClick'");
|
||
|
this.d = a;
|
||
|
a.setOnClickListener(new gnL(this, mailingAddressInputFragment) { // from class: com.scb.phone.view.fragment.mailingaddress.MailingAddressInputFragment_ViewBinding.3
|
||
|
private MailingAddressInputFragment_ViewBinding d;
|
||
|
private MailingAddressInputFragment e;
|
||
|
|
||
|
{
|
||
|
this.d = this;
|
||
|
this.e = mailingAddressInputFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.e.onNextButtonClick();
|
||
|
}
|
||
|
});
|
||
|
View a2 = pyT.a(view, R.id.confirm_button, "method 'onConfirmButtonClick'");
|
||
|
this.e = a2;
|
||
|
a2.setOnClickListener(new gnL(this, mailingAddressInputFragment) { // from class: com.scb.phone.view.fragment.mailingaddress.MailingAddressInputFragment_ViewBinding.1
|
||
|
private MailingAddressInputFragment_ViewBinding a;
|
||
|
private MailingAddressInputFragment e;
|
||
|
|
||
|
{
|
||
|
this.a = this;
|
||
|
this.e = mailingAddressInputFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.e.onConfirmButtonClick();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.mailingaddress.BaseMailingAddressFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
if (this.b == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.b = null;
|
||
|
this.d.setOnClickListener(null);
|
||
|
this.d = null;
|
||
|
this.e.setOnClickListener(null);
|
||
|
this.e = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|