57 lines
2.5 KiB
Java
57 lines
2.5 KiB
Java
|
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.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class SharingMomentsPreviewFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private View b;
|
||
|
private SharingMomentsPreviewFragment c;
|
||
|
|
||
|
public SharingMomentsPreviewFragment_ViewBinding(SharingMomentsPreviewFragment sharingMomentsPreviewFragment, View view) {
|
||
|
super(sharingMomentsPreviewFragment, view);
|
||
|
this.c = sharingMomentsPreviewFragment;
|
||
|
sharingMomentsPreviewFragment.mTitle = (TextView) pyT.e(view, R.id.title_text, "field 'mTitle'", TextView.class);
|
||
|
sharingMomentsPreviewFragment.mSubText = (TextView) pyT.e(view, R.id.sub_text, "field 'mSubText'", TextView.class);
|
||
|
sharingMomentsPreviewFragment.mSharingImage = (ImageView) pyT.e(view, R.id.sharing_image, "field 'mSharingImage'", ImageView.class);
|
||
|
sharingMomentsPreviewFragment.mSharingLogo = (ImageView) pyT.e(view, R.id.sharing_logo, "field 'mSharingLogo'", ImageView.class);
|
||
|
View a = pyT.a(view, R.id.share_button, "method 'shareMoment'");
|
||
|
this.b = a;
|
||
|
a.setOnClickListener(new gnL(this, sharingMomentsPreviewFragment) { // from class: com.scb.phone.view.fragment.donations.SharingMomentsPreviewFragment_ViewBinding.4
|
||
|
private SharingMomentsPreviewFragment_ViewBinding b;
|
||
|
private SharingMomentsPreviewFragment c;
|
||
|
|
||
|
{
|
||
|
this.b = this;
|
||
|
this.c = sharingMomentsPreviewFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.c.shareMoment();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
SharingMomentsPreviewFragment sharingMomentsPreviewFragment = this.c;
|
||
|
if (sharingMomentsPreviewFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.c = null;
|
||
|
sharingMomentsPreviewFragment.mTitle = null;
|
||
|
sharingMomentsPreviewFragment.mSubText = null;
|
||
|
sharingMomentsPreviewFragment.mSharingImage = null;
|
||
|
sharingMomentsPreviewFragment.mSharingLogo = null;
|
||
|
this.b.setOnClickListener(null);
|
||
|
this.b = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|