30 lines
1.0 KiB
Java
30 lines
1.0 KiB
Java
|
package com.scb.phone.view.fragment.transferandpay;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.FrameLayout;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class BNPLTabFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private BNPLTabFragment c;
|
||
|
|
||
|
public BNPLTabFragment_ViewBinding(BNPLTabFragment bNPLTabFragment, View view) {
|
||
|
super(bNPLTabFragment, view);
|
||
|
this.c = bNPLTabFragment;
|
||
|
bNPLTabFragment.vpAccountSource = (FrameLayout) pyT.e(view, R.id.fragment_account_source_select, "field 'vpAccountSource'", FrameLayout.class);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
BNPLTabFragment bNPLTabFragment = this.c;
|
||
|
if (bNPLTabFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.c = null;
|
||
|
bNPLTabFragment.vpAccountSource = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|