what-the-bank/sources/com/scb/phone/view/fragment/chequemanagement/ChequeScreenshotFragment_Vi...

33 lines
1.6 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.chequemanagement;
import android.view.View;
import android.widget.TextView;
import com.scb.phone.R;
import o.pyT;
/* loaded from: classes5.dex */
public class ChequeScreenshotFragment_ViewBinding extends BaseChequeReviewFragment_ViewBinding {
private ChequeScreenshotFragment c;
public ChequeScreenshotFragment_ViewBinding(ChequeScreenshotFragment chequeScreenshotFragment, View view) {
super(chequeScreenshotFragment, view);
this.c = chequeScreenshotFragment;
chequeScreenshotFragment.titleSuccessTextView = (TextView) pyT.e(view, R.id.text_success_title, "field 'titleSuccessTextView'", TextView.class);
chequeScreenshotFragment.refIdTextView = (TextView) pyT.e(view, R.id.text_reference_id, "field 'refIdTextView'", TextView.class);
chequeScreenshotFragment.dateTimeTextView = (TextView) pyT.e(view, R.id.text_date_time, "field 'dateTimeTextView'", TextView.class);
}
@Override // com.scb.phone.view.fragment.chequemanagement.BaseChequeReviewFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
ChequeScreenshotFragment chequeScreenshotFragment = this.c;
if (chequeScreenshotFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.c = null;
chequeScreenshotFragment.titleSuccessTextView = null;
chequeScreenshotFragment.refIdTextView = null;
chequeScreenshotFragment.dateTimeTextView = null;
super.a();
}
}