package com.scb.phone.view.custom.easycash; import android.view.View; import android.widget.ImageButton; import android.widget.TextView; import androidx.appcompat.widget.AppCompatSeekBar; import butterknife.Unbinder; import com.scb.phone.R; import com.scb.phone.view.custom.ScbTextInputLayout; import com.scb.phone.view.custom.common.AmountEditText; import o.pyT; /* loaded from: classes5.dex */ public class CustomDeltaSlider_ViewBinding implements Unbinder { private CustomDeltaSlider b; public CustomDeltaSlider_ViewBinding(CustomDeltaSlider customDeltaSlider, View view) { this.b = customDeltaSlider; customDeltaSlider.slider = (AppCompatSeekBar) pyT.e(view, R.id.slider, "field 'slider'", AppCompatSeekBar.class); customDeltaSlider.valueLabel = (TextView) pyT.e(view, R.id.custom_slider_value, "field 'valueLabel'", TextView.class); customDeltaSlider.stilCustomAmount = (ScbTextInputLayout) pyT.e(view, R.id.stil_custom_amount, "field 'stilCustomAmount'", ScbTextInputLayout.class); customDeltaSlider.etCustomAmount = (AmountEditText) pyT.e(view, R.id.et_custom_amount, "field 'etCustomAmount'", AmountEditText.class); customDeltaSlider.minValueLabel = (TextView) pyT.e(view, R.id.custom_slider_min, "field 'minValueLabel'", TextView.class); customDeltaSlider.maxValueLabel = (TextView) pyT.e(view, R.id.custom_slider_max, "field 'maxValueLabel'", TextView.class); customDeltaSlider.increaseButton = (ImageButton) pyT.e(view, R.id.button_increase, "field 'increaseButton'", ImageButton.class); customDeltaSlider.decreaseButton = (ImageButton) pyT.e(view, R.id.button_decrease, "field 'decreaseButton'", ImageButton.class); } @Override // butterknife.Unbinder public final void a() { CustomDeltaSlider customDeltaSlider = this.b; if (customDeltaSlider == null) { throw new IllegalStateException("Bindings already cleared."); } this.b = null; customDeltaSlider.slider = null; customDeltaSlider.valueLabel = null; customDeltaSlider.stilCustomAmount = null; customDeltaSlider.etCustomAmount = null; customDeltaSlider.minValueLabel = null; customDeltaSlider.maxValueLabel = null; customDeltaSlider.increaseButton = null; customDeltaSlider.decreaseButton = null; } }