41 lines
2.2 KiB
Java
41 lines
2.2 KiB
Java
package com.scb.phone.view.fragment.easycash;
|
|
|
|
import android.view.View;
|
|
import android.widget.FrameLayout;
|
|
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 EasycashScreenShotFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private EasycashScreenShotFragment b;
|
|
|
|
public EasycashScreenShotFragment_ViewBinding(EasycashScreenShotFragment easycashScreenShotFragment, View view) {
|
|
super(easycashScreenShotFragment, view);
|
|
this.b = easycashScreenShotFragment;
|
|
easycashScreenShotFragment.titleSuccessTextView = (TextView) pyT.e(view, R.id.text_title, "field 'titleSuccessTextView'", TextView.class);
|
|
easycashScreenShotFragment.descriptionText = (TextView) pyT.e(view, R.id.text_desc, "field 'descriptionText'", TextView.class);
|
|
easycashScreenShotFragment.refIdTextView = (TextView) pyT.e(view, R.id.text_reference_id, "field 'refIdTextView'", TextView.class);
|
|
easycashScreenShotFragment.loanAppIdTextView = (TextView) pyT.e(view, R.id.text_loan_app_id, "field 'loanAppIdTextView'", TextView.class);
|
|
easycashScreenShotFragment.dateTimeTextView = (TextView) pyT.e(view, R.id.text_date_time, "field 'dateTimeTextView'", TextView.class);
|
|
easycashScreenShotFragment.successCommonView = (FrameLayout) pyT.e(view, R.id.common_success_view, "field 'successCommonView'", FrameLayout.class);
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
EasycashScreenShotFragment easycashScreenShotFragment = this.b;
|
|
if (easycashScreenShotFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.b = null;
|
|
easycashScreenShotFragment.titleSuccessTextView = null;
|
|
easycashScreenShotFragment.descriptionText = null;
|
|
easycashScreenShotFragment.refIdTextView = null;
|
|
easycashScreenShotFragment.loanAppIdTextView = null;
|
|
easycashScreenShotFragment.dateTimeTextView = null;
|
|
easycashScreenShotFragment.successCommonView = null;
|
|
super.a();
|
|
}
|
|
}
|