32 lines
1.4 KiB
Java
32 lines
1.4 KiB
Java
|
package com.scb.phone.view.fragment.closeaccount;
|
||
|
|
||
|
import android.view.View;
|
||
|
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 CloseAccountSelectionFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private CloseAccountSelectionFragment b;
|
||
|
|
||
|
public CloseAccountSelectionFragment_ViewBinding(CloseAccountSelectionFragment closeAccountSelectionFragment, View view) {
|
||
|
super(closeAccountSelectionFragment, view);
|
||
|
this.b = closeAccountSelectionFragment;
|
||
|
closeAccountSelectionFragment.accountSourceTitle = (TextView) pyT.e(view, R.id.tv_title_custom_account_source, "field 'accountSourceTitle'", TextView.class);
|
||
|
closeAccountSelectionFragment.accountSourceSubtitle = (TextView) pyT.e(view, R.id.tv_subtitle_custom_account_source, "field 'accountSourceSubtitle'", TextView.class);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
CloseAccountSelectionFragment closeAccountSelectionFragment = this.b;
|
||
|
if (closeAccountSelectionFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.b = null;
|
||
|
closeAccountSelectionFragment.accountSourceTitle = null;
|
||
|
closeAccountSelectionFragment.accountSourceSubtitle = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|