50 lines
1.8 KiB
Java
50 lines
1.8 KiB
Java
package com.scb.phone.view.fragment.accountsummary;
|
|
|
|
import android.view.View;
|
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
|
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 MyInsuranceFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private MyInsuranceFragment c;
|
|
private View d;
|
|
|
|
public MyInsuranceFragment_ViewBinding(MyInsuranceFragment myInsuranceFragment, View view) {
|
|
super(myInsuranceFragment, view);
|
|
this.c = myInsuranceFragment;
|
|
myInsuranceFragment.csLayoutMyInsurance = (ConstraintLayout) pyT.e(view, R.id.cs_layout_my_insurance, "field 'csLayoutMyInsurance'", ConstraintLayout.class);
|
|
View a = pyT.a(view, R.id.cs_layout_card, "method 'onClickInsurancePortfolio'");
|
|
this.d = a;
|
|
a.setOnClickListener(new gnL(this, myInsuranceFragment) { // from class: com.scb.phone.view.fragment.accountsummary.MyInsuranceFragment_ViewBinding.3
|
|
private MyInsuranceFragment a;
|
|
private MyInsuranceFragment_ViewBinding e;
|
|
|
|
{
|
|
this.e = this;
|
|
this.a = myInsuranceFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.a.onClickInsurancePortfolio();
|
|
}
|
|
});
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
MyInsuranceFragment myInsuranceFragment = this.c;
|
|
if (myInsuranceFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.c = null;
|
|
myInsuranceFragment.csLayoutMyInsurance = null;
|
|
this.d.setOnClickListener(null);
|
|
this.d = null;
|
|
super.a();
|
|
}
|
|
}
|