30 lines
1.2 KiB
Java
30 lines
1.2 KiB
Java
package com.scb.phone.view.fragment.loan;
|
|
|
|
import android.view.View;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.custom.common.CustomHorizontalProgressBar;
|
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class SmeLoanStatusFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private SmeLoanStatusFragment d;
|
|
|
|
public SmeLoanStatusFragment_ViewBinding(SmeLoanStatusFragment smeLoanStatusFragment, View view) {
|
|
super(smeLoanStatusFragment, view);
|
|
this.d = smeLoanStatusFragment;
|
|
smeLoanStatusFragment.mCustomProgressBarSmeLoanStatus = (CustomHorizontalProgressBar) pyT.e(view, R.id.custom_progress_bar_sme_loan_status, "field 'mCustomProgressBarSmeLoanStatus'", CustomHorizontalProgressBar.class);
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
SmeLoanStatusFragment smeLoanStatusFragment = this.d;
|
|
if (smeLoanStatusFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.d = null;
|
|
smeLoanStatusFragment.mCustomProgressBarSmeLoanStatus = null;
|
|
super.a();
|
|
}
|
|
}
|