32 lines
1.3 KiB
Java
32 lines
1.3 KiB
Java
package com.scb.phone.view.custom.cardmanagement;
|
|
|
|
import android.view.View;
|
|
import android.widget.CheckBox;
|
|
import butterknife.Unbinder;
|
|
import com.scb.phone.R;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class CustomCardApplyViewComponent_ViewBinding implements Unbinder {
|
|
private CustomCardApplyViewComponent e;
|
|
|
|
public CustomCardApplyViewComponent_ViewBinding(CustomCardApplyViewComponent customCardApplyViewComponent, View view) {
|
|
this.e = customCardApplyViewComponent;
|
|
customCardApplyViewComponent.ckbCardName = (CheckBox) pyT.e(view, R.id.ckb_card_name, "field 'ckbCardName'", CheckBox.class);
|
|
customCardApplyViewComponent.fullDivider = pyT.a(view, R.id.full_divider, "field 'fullDivider'");
|
|
customCardApplyViewComponent.divider = pyT.a(view, R.id.divider, "field 'divider'");
|
|
}
|
|
|
|
@Override // butterknife.Unbinder
|
|
public final void a() {
|
|
CustomCardApplyViewComponent customCardApplyViewComponent = this.e;
|
|
if (customCardApplyViewComponent == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.e = null;
|
|
customCardApplyViewComponent.ckbCardName = null;
|
|
customCardApplyViewComponent.fullDivider = null;
|
|
customCardApplyViewComponent.divider = null;
|
|
}
|
|
}
|