what-the-bank/sources/com/scb/phone/view/fragment/easycash/SummaryFragment_ViewBinding...

66 lines
3.2 KiB
Java

package com.scb.phone.view.fragment.easycash;
import android.view.View;
import android.widget.TextView;
import com.scb.phone.R;
import com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel;
import com.scb.phone.view.custom.easycash.CustomSeparatedViews;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public class SummaryFragment_ViewBinding extends BaseFragment_ViewBinding {
private View b;
private SummaryFragment d;
public SummaryFragment_ViewBinding(SummaryFragment summaryFragment, View view) {
super(summaryFragment, view);
this.d = summaryFragment;
summaryFragment.labelOne = (CustomEasyCashSectionLabel) pyT.e(view, R.id.header_one, "field 'labelOne'", CustomEasyCashSectionLabel.class);
summaryFragment.contentOne = (CustomSeparatedViews) pyT.e(view, R.id.content_one, "field 'contentOne'", CustomSeparatedViews.class);
summaryFragment.labelTwo = (CustomEasyCashSectionLabel) pyT.e(view, R.id.header_two, "field 'labelTwo'", CustomEasyCashSectionLabel.class);
summaryFragment.contentTwo = (CustomSeparatedViews) pyT.e(view, R.id.content_two, "field 'contentTwo'", CustomSeparatedViews.class);
summaryFragment.labelThree = (CustomEasyCashSectionLabel) pyT.e(view, R.id.header_three, "field 'labelThree'", CustomEasyCashSectionLabel.class);
summaryFragment.contentThree = (CustomSeparatedViews) pyT.e(view, R.id.content_three, "field 'contentThree'", CustomSeparatedViews.class);
summaryFragment.disclaimerHeader = (CustomEasyCashSectionLabel) pyT.e(view, R.id.disclaimer_header, "field 'disclaimerHeader'", CustomEasyCashSectionLabel.class);
summaryFragment.disclaimerDescription = (TextView) pyT.e(view, R.id.disclaimer_description, "field 'disclaimerDescription'", TextView.class);
View a = pyT.a(view, R.id.confirm_button, "method 'onConfirmButtonClicked'");
this.b = a;
a.setOnClickListener(new gnL(this, summaryFragment) { // from class: com.scb.phone.view.fragment.easycash.SummaryFragment_ViewBinding.5
private SummaryFragment a;
private SummaryFragment_ViewBinding c;
{
this.c = this;
this.a = summaryFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.a.onConfirmButtonClicked();
}
});
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
SummaryFragment summaryFragment = this.d;
if (summaryFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
summaryFragment.labelOne = null;
summaryFragment.contentOne = null;
summaryFragment.labelTwo = null;
summaryFragment.contentTwo = null;
summaryFragment.labelThree = null;
summaryFragment.contentThree = null;
summaryFragment.disclaimerHeader = null;
summaryFragment.disclaimerDescription = null;
this.b.setOnClickListener(null);
this.b = null;
super.a();
}
}