30 lines
1.1 KiB
Java
30 lines
1.1 KiB
Java
|
package com.scb.phone.view.fragment.investment;
|
||
|
|
||
|
import android.view.View;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.custom.common.CustomScheduleView;
|
||
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class BaseScheduleFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private BaseScheduleFragment e;
|
||
|
|
||
|
public BaseScheduleFragment_ViewBinding(BaseScheduleFragment baseScheduleFragment, View view) {
|
||
|
super(baseScheduleFragment, view);
|
||
|
this.e = baseScheduleFragment;
|
||
|
baseScheduleFragment.customScheduleView = (CustomScheduleView) pyT.e(view, R.id.schedule_view, "field 'customScheduleView'", CustomScheduleView.class);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public void a() {
|
||
|
BaseScheduleFragment baseScheduleFragment = this.e;
|
||
|
if (baseScheduleFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.e = null;
|
||
|
baseScheduleFragment.customScheduleView = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|