package com.scb.phone.view.custom.common; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import butterknife.Unbinder; import com.scb.phone.R; import o.pyT; /* loaded from: classes5.dex */ public class CustomScheduleView_ViewBinding implements Unbinder { private CustomScheduleView d; public CustomScheduleView_ViewBinding(CustomScheduleView customScheduleView, View view) { this.d = customScheduleView; customScheduleView.title = (TextView) pyT.e(view, R.id.title, "field 'title'", TextView.class); customScheduleView.effectiveTitle = (TextView) pyT.e(view, R.id.effectiveTitle, "field 'effectiveTitle'", TextView.class); customScheduleView.scheduleTypeTextView = (TextView) pyT.e(view, R.id.schedule_type, "field 'scheduleTypeTextView'", TextView.class); customScheduleView.schedueleTypeLine1 = (TextView) pyT.e(view, R.id.schedule_date_line1, "field 'schedueleTypeLine1'", TextView.class); customScheduleView.schedueleTypeLine2 = (TextView) pyT.e(view, R.id.schedule_date_line2, "field 'schedueleTypeLine2'", TextView.class); customScheduleView.editButton = (ImageView) pyT.e(view, R.id.edit_button, "field 'editButton'", ImageView.class); customScheduleView.calendarIcon = (ImageView) pyT.e(view, R.id.calendar_icon, "field 'calendarIcon'", ImageView.class); customScheduleView.nextArrow = (ImageView) pyT.e(view, R.id.iv_next_arrow, "field 'nextArrow'", ImageView.class); } @Override // butterknife.Unbinder public final void a() { CustomScheduleView customScheduleView = this.d; if (customScheduleView == null) { throw new IllegalStateException("Bindings already cleared."); } this.d = null; customScheduleView.title = null; customScheduleView.effectiveTitle = null; customScheduleView.scheduleTypeTextView = null; customScheduleView.schedueleTypeLine1 = null; customScheduleView.schedueleTypeLine2 = null; customScheduleView.editButton = null; customScheduleView.calendarIcon = null; customScheduleView.nextArrow = null; } }