package com.scb.phone.view.fragment.donations; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import com.scb.phone.R; import com.scb.phone.view.fragment.BaseFragment_ViewBinding; import o.pyT; /* loaded from: classes5.dex */ public class ShareMomentScreenshotFragment_ViewBinding extends BaseFragment_ViewBinding { private ShareMomentScreenshotFragment b; public ShareMomentScreenshotFragment_ViewBinding(ShareMomentScreenshotFragment shareMomentScreenshotFragment, View view) { super(shareMomentScreenshotFragment, view); this.b = shareMomentScreenshotFragment; shareMomentScreenshotFragment.mTitle = (TextView) pyT.e(view, R.id.title_text, "field 'mTitle'", TextView.class); shareMomentScreenshotFragment.mSubText = (TextView) pyT.e(view, R.id.sub_text, "field 'mSubText'", TextView.class); shareMomentScreenshotFragment.mSharingImage = (ImageView) pyT.e(view, R.id.sharing_image, "field 'mSharingImage'", ImageView.class); shareMomentScreenshotFragment.mSharingLogo = (ImageView) pyT.e(view, R.id.sharing_logo, "field 'mSharingLogo'", ImageView.class); } @Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder public final void a() { ShareMomentScreenshotFragment shareMomentScreenshotFragment = this.b; if (shareMomentScreenshotFragment == null) { throw new IllegalStateException("Bindings already cleared."); } this.b = null; shareMomentScreenshotFragment.mTitle = null; shareMomentScreenshotFragment.mSubText = null; shareMomentScreenshotFragment.mSharingImage = null; shareMomentScreenshotFragment.mSharingLogo = null; super.a(); } }