30 lines
1.1 KiB
Java
30 lines
1.1 KiB
Java
package com.scb.phone.view.fragment.scheduledtransaction;
|
|
|
|
import android.view.View;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.custom.common.ScheduleDate;
|
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class ScheduleOnceFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private ScheduleOnceFragment c;
|
|
|
|
public ScheduleOnceFragment_ViewBinding(ScheduleOnceFragment scheduleOnceFragment, View view) {
|
|
super(scheduleOnceFragment, view);
|
|
this.c = scheduleOnceFragment;
|
|
scheduleOnceFragment.paymentDate = (ScheduleDate) pyT.e(view, R.id.payment_date, "field 'paymentDate'", ScheduleDate.class);
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
ScheduleOnceFragment scheduleOnceFragment = this.c;
|
|
if (scheduleOnceFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.c = null;
|
|
scheduleOnceFragment.paymentDate = null;
|
|
super.a();
|
|
}
|
|
}
|