46 lines
1.6 KiB
Java
46 lines
1.6 KiB
Java
package com.scb.phone.view.fragment.hml;
|
|
|
|
import android.view.View;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
|
import o.gnL;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class HmlSetNTBPinSuccessFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private View b;
|
|
private HmlSetNTBPinSuccessFragment c;
|
|
|
|
public HmlSetNTBPinSuccessFragment_ViewBinding(HmlSetNTBPinSuccessFragment hmlSetNTBPinSuccessFragment, View view) {
|
|
super(hmlSetNTBPinSuccessFragment, view);
|
|
this.c = hmlSetNTBPinSuccessFragment;
|
|
View a = pyT.a(view, R.id.bt_ntb_pin_setup_button, "method 'onButtonClicked'");
|
|
this.b = a;
|
|
a.setOnClickListener(new gnL(this, hmlSetNTBPinSuccessFragment) { // from class: com.scb.phone.view.fragment.hml.HmlSetNTBPinSuccessFragment_ViewBinding.2
|
|
private HmlSetNTBPinSuccessFragment_ViewBinding b;
|
|
private HmlSetNTBPinSuccessFragment d;
|
|
|
|
{
|
|
this.b = this;
|
|
this.d = hmlSetNTBPinSuccessFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.d.onButtonClicked();
|
|
}
|
|
});
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
if (this.c == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.c = null;
|
|
this.b.setOnClickListener(null);
|
|
this.b = null;
|
|
super.a();
|
|
}
|
|
}
|