54 lines
2.3 KiB
Java
54 lines
2.3 KiB
Java
|
package com.scb.phone.view.fragment.insurance;
|
||
|
|
||
|
import android.view.View;
|
||
|
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 final class RequestEPolicySuccessFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private View c;
|
||
|
private RequestEPolicySuccessFragment d;
|
||
|
|
||
|
public RequestEPolicySuccessFragment_ViewBinding(RequestEPolicySuccessFragment requestEPolicySuccessFragment, View view) {
|
||
|
super(requestEPolicySuccessFragment, view);
|
||
|
this.d = requestEPolicySuccessFragment;
|
||
|
requestEPolicySuccessFragment.tvProductName = (TextView) pyT.e(view, R.id.tv_product_name, "field 'tvProductName'", TextView.class);
|
||
|
requestEPolicySuccessFragment.tvPolicyNo = (TextView) pyT.e(view, R.id.tv_policy_no, "field 'tvPolicyNo'", TextView.class);
|
||
|
requestEPolicySuccessFragment.tvEmail = (TextView) pyT.e(view, R.id.tv_email, "field 'tvEmail'", TextView.class);
|
||
|
View a = pyT.a(view, R.id.tv_return_to_my_insurance, "method 'clickReturnToMyInsurance'");
|
||
|
this.c = a;
|
||
|
a.setOnClickListener(new gnL(this, requestEPolicySuccessFragment) { // from class: com.scb.phone.view.fragment.insurance.RequestEPolicySuccessFragment_ViewBinding.4
|
||
|
private RequestEPolicySuccessFragment c;
|
||
|
private RequestEPolicySuccessFragment_ViewBinding e;
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
this.c = requestEPolicySuccessFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.c.clickReturnToMyInsurance();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
RequestEPolicySuccessFragment requestEPolicySuccessFragment = this.d;
|
||
|
if (requestEPolicySuccessFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.d = null;
|
||
|
requestEPolicySuccessFragment.tvProductName = null;
|
||
|
requestEPolicySuccessFragment.tvPolicyNo = null;
|
||
|
requestEPolicySuccessFragment.tvEmail = null;
|
||
|
this.c.setOnClickListener(null);
|
||
|
this.c = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|