29 lines
1.0 KiB
Java
29 lines
1.0 KiB
Java
|
package com.scb.phone.view.fragment.accountsummary;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.TextView;
|
||
|
import com.scb.phone.R;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class SmeLoanFragment_ViewBinding extends BaseCardFragment_ViewBinding {
|
||
|
private SmeLoanFragment d;
|
||
|
|
||
|
public SmeLoanFragment_ViewBinding(SmeLoanFragment smeLoanFragment, View view) {
|
||
|
super(smeLoanFragment, view);
|
||
|
this.d = smeLoanFragment;
|
||
|
smeLoanFragment.smeLoanTextView = (TextView) pyT.e(view, R.id.my_loans_text_view, "field 'smeLoanTextView'", TextView.class);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.accountsummary.BaseCardFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
SmeLoanFragment smeLoanFragment = this.d;
|
||
|
if (smeLoanFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.d = null;
|
||
|
smeLoanFragment.smeLoanTextView = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|