34 lines
1.4 KiB
Java
34 lines
1.4 KiB
Java
|
package com.scb.phone.view.custom.item;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.TextView;
|
||
|
import butterknife.Unbinder;
|
||
|
import com.scb.phone.R;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class ItemSubDetailCustom_ViewBinding implements Unbinder {
|
||
|
private ItemSubDetailCustom e;
|
||
|
|
||
|
public ItemSubDetailCustom_ViewBinding(ItemSubDetailCustom itemSubDetailCustom, View view) {
|
||
|
this.e = itemSubDetailCustom;
|
||
|
itemSubDetailCustom.tvLabelLeftDetail = (TextView) pyT.e(view, R.id.tv_label_left_detail, "field 'tvLabelLeftDetail'", TextView.class);
|
||
|
itemSubDetailCustom.tvLabelRightDetail = (TextView) pyT.e(view, R.id.tv_label_right_detail, "field 'tvLabelRightDetail'", TextView.class);
|
||
|
itemSubDetailCustom.tvLabelLeft = (TextView) pyT.e(view, R.id.tv_label_left, "field 'tvLabelLeft'", TextView.class);
|
||
|
itemSubDetailCustom.tvLabelRight = (TextView) pyT.e(view, R.id.tv_label_right, "field 'tvLabelRight'", TextView.class);
|
||
|
}
|
||
|
|
||
|
@Override // butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
ItemSubDetailCustom itemSubDetailCustom = this.e;
|
||
|
if (itemSubDetailCustom == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.e = null;
|
||
|
itemSubDetailCustom.tvLabelLeftDetail = null;
|
||
|
itemSubDetailCustom.tvLabelRightDetail = null;
|
||
|
itemSubDetailCustom.tvLabelLeft = null;
|
||
|
itemSubDetailCustom.tvLabelRight = null;
|
||
|
}
|
||
|
}
|