53 lines
2.0 KiB
Java
53 lines
2.0 KiB
Java
|
package com.scb.phone.view.fragment.requesttopay;
|
||
|
|
||
|
import android.view.View;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.custom.common.CustomProxyNumber;
|
||
|
import com.scb.phone.view.custom.common.DefaultButton;
|
||
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class EnterProxyFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private EnterProxyFragment b;
|
||
|
private View d;
|
||
|
|
||
|
public EnterProxyFragment_ViewBinding(EnterProxyFragment enterProxyFragment, View view) {
|
||
|
super(enterProxyFragment, view);
|
||
|
this.b = enterProxyFragment;
|
||
|
enterProxyFragment.customProxyNumber = (CustomProxyNumber) pyT.e(view, R.id.proxy_number, "field 'customProxyNumber'", CustomProxyNumber.class);
|
||
|
View a = pyT.a(view, R.id.button_proxy_next, "field 'buttonNext' and method 'onReviewButtonClick'");
|
||
|
enterProxyFragment.buttonNext = (DefaultButton) pyT.c(a, R.id.button_proxy_next, "field 'buttonNext'", DefaultButton.class);
|
||
|
this.d = a;
|
||
|
a.setOnClickListener(new gnL(this, enterProxyFragment) { // from class: com.scb.phone.view.fragment.requesttopay.EnterProxyFragment_ViewBinding.3
|
||
|
private EnterProxyFragment_ViewBinding b;
|
||
|
private EnterProxyFragment d;
|
||
|
|
||
|
{
|
||
|
this.b = this;
|
||
|
this.d = enterProxyFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.d.onReviewButtonClick();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
EnterProxyFragment enterProxyFragment = this.b;
|
||
|
if (enterProxyFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.b = null;
|
||
|
enterProxyFragment.customProxyNumber = null;
|
||
|
enterProxyFragment.buttonNext = null;
|
||
|
this.d.setOnClickListener(null);
|
||
|
this.d = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|