37 lines
1.8 KiB
Java
37 lines
1.8 KiB
Java
package com.scb.phone.view.custom.cardmanagement;
|
|
|
|
import android.view.View;
|
|
import android.widget.RadioButton;
|
|
import android.widget.TextView;
|
|
import butterknife.Unbinder;
|
|
import com.scb.phone.R;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class CustomStatementChannelViewComponent_ViewBinding implements Unbinder {
|
|
private CustomStatementChannelViewComponent e;
|
|
|
|
public CustomStatementChannelViewComponent_ViewBinding(CustomStatementChannelViewComponent customStatementChannelViewComponent, View view) {
|
|
this.e = customStatementChannelViewComponent;
|
|
customStatementChannelViewComponent.cbSelect = (RadioButton) pyT.e(view, R.id.radio_button, "field 'cbSelect'", RadioButton.class);
|
|
customStatementChannelViewComponent.tvTitle = (TextView) pyT.e(view, R.id.tv_title, "field 'tvTitle'", TextView.class);
|
|
customStatementChannelViewComponent.tvRemark = (TextView) pyT.e(view, R.id.tv_remark, "field 'tvRemark'", TextView.class);
|
|
customStatementChannelViewComponent.divider = pyT.a(view, R.id.divider, "field 'divider'");
|
|
customStatementChannelViewComponent.fullDivider = pyT.a(view, R.id.full_divider, "field 'fullDivider'");
|
|
}
|
|
|
|
@Override // butterknife.Unbinder
|
|
public final void a() {
|
|
CustomStatementChannelViewComponent customStatementChannelViewComponent = this.e;
|
|
if (customStatementChannelViewComponent == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.e = null;
|
|
customStatementChannelViewComponent.cbSelect = null;
|
|
customStatementChannelViewComponent.tvTitle = null;
|
|
customStatementChannelViewComponent.tvRemark = null;
|
|
customStatementChannelViewComponent.divider = null;
|
|
customStatementChannelViewComponent.fullDivider = null;
|
|
}
|
|
}
|