what-the-bank/sources/com/scb/phone/view/fragment/hml/HmlVerifyEmailFragment_View...

53 lines
2.0 KiB
Java

package com.scb.phone.view.fragment.hml;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
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 HmlVerifyEmailFragment_ViewBinding extends BaseFragment_ViewBinding {
private View c;
private HmlVerifyEmailFragment e;
public HmlVerifyEmailFragment_ViewBinding(HmlVerifyEmailFragment hmlVerifyEmailFragment, View view) {
super(hmlVerifyEmailFragment, view);
this.e = hmlVerifyEmailFragment;
hmlVerifyEmailFragment.emailView = (TextView) pyT.e(view, R.id.tv_hml_verify_email_text, "field 'emailView'", TextView.class);
View a = pyT.a(view, R.id.bt_hml_verify_email_send_button, "field 'confirmButton' and method 'send'");
hmlVerifyEmailFragment.confirmButton = (Button) pyT.c(a, R.id.bt_hml_verify_email_send_button, "field 'confirmButton'", Button.class);
this.c = a;
a.setOnClickListener(new gnL(this, hmlVerifyEmailFragment) { // from class: com.scb.phone.view.fragment.hml.HmlVerifyEmailFragment_ViewBinding.5
private HmlVerifyEmailFragment_ViewBinding a;
private HmlVerifyEmailFragment d;
{
this.a = this;
this.d = hmlVerifyEmailFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.d.send();
}
});
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
HmlVerifyEmailFragment hmlVerifyEmailFragment = this.e;
if (hmlVerifyEmailFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.e = null;
hmlVerifyEmailFragment.emailView = null;
hmlVerifyEmailFragment.confirmButton = null;
this.c.setOnClickListener(null);
this.c = null;
super.a();
}
}