what-the-bank/sources/com/scb/phone/view/fragment/donations/DonationsFoundationDetailsF...

61 lines
3.0 KiB
Java

package com.scb.phone.view.fragment.donations;
import android.view.View;
import android.webkit.WebView;
import android.widget.ImageView;
import android.widget.TextView;
import com.google.android.material.appbar.AppBarLayout;
import com.scb.phone.R;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public class DonationsFoundationDetailsFragment_ViewBinding extends BaseFragment_ViewBinding {
private View c;
private DonationsFoundationDetailsFragment e;
public DonationsFoundationDetailsFragment_ViewBinding(DonationsFoundationDetailsFragment donationsFoundationDetailsFragment, View view) {
super(donationsFoundationDetailsFragment, view);
this.e = donationsFoundationDetailsFragment;
donationsFoundationDetailsFragment.mAppBarLayout = (AppBarLayout) pyT.e(view, R.id.smooth_app_bar_layout, "field 'mAppBarLayout'", AppBarLayout.class);
donationsFoundationDetailsFragment.mLogoImageView = (ImageView) pyT.e(view, R.id.avatar_image_view, "field 'mLogoImageView'", ImageView.class);
donationsFoundationDetailsFragment.mFoundationName = (TextView) pyT.e(view, R.id.foundation_name, "field 'mFoundationName'", TextView.class);
donationsFoundationDetailsFragment.mHtmlDescriptionWebView = (WebView) pyT.e(view, R.id.htmlDescription, "field 'mHtmlDescriptionWebView'", WebView.class);
donationsFoundationDetailsFragment.backgroundImageView = (ImageView) pyT.e(view, R.id.background_image, "field 'backgroundImageView'", ImageView.class);
View a = pyT.a(view, R.id.button_donate, "method 'onDonateButtonClick'");
this.c = a;
a.setOnClickListener(new gnL(this, donationsFoundationDetailsFragment) { // from class: com.scb.phone.view.fragment.donations.DonationsFoundationDetailsFragment_ViewBinding.4
private DonationsFoundationDetailsFragment_ViewBinding c;
private DonationsFoundationDetailsFragment d;
{
this.c = this;
this.d = donationsFoundationDetailsFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.d.onDonateButtonClick();
}
});
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
DonationsFoundationDetailsFragment donationsFoundationDetailsFragment = this.e;
if (donationsFoundationDetailsFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.e = null;
donationsFoundationDetailsFragment.mAppBarLayout = null;
donationsFoundationDetailsFragment.mLogoImageView = null;
donationsFoundationDetailsFragment.mFoundationName = null;
donationsFoundationDetailsFragment.mHtmlDescriptionWebView = null;
donationsFoundationDetailsFragment.backgroundImageView = null;
this.c.setOnClickListener(null);
this.c = null;
super.a();
}
}