what-the-bank/sources/com/scb/phone/view/custom/item/ItemIconCustom_ViewBinding....

37 lines
1.6 KiB
Java

package com.scb.phone.view.custom.item;
import android.view.View;
import android.widget.TextView;
import androidx.constraintlayout.widget.ConstraintLayout;
import butterknife.Unbinder;
import com.scb.phone.R;
import o.pyT;
/* loaded from: classes5.dex */
public class ItemIconCustom_ViewBinding implements Unbinder {
private ItemIconCustom b;
public ItemIconCustom_ViewBinding(ItemIconCustom itemIconCustom, View view) {
this.b = itemIconCustom;
itemIconCustom.labelLeft = (TextView) pyT.e(view, R.id.label_left, "field 'labelLeft'", TextView.class);
itemIconCustom.labelRight = (TextView) pyT.e(view, R.id.label_right, "field 'labelRight'", TextView.class);
itemIconCustom.labelRightExtra = (TextView) pyT.e(view, R.id.label_right_extra, "field 'labelRightExtra'", TextView.class);
itemIconCustom.labelRightExtraWithPSL = (TextView) pyT.e(view, R.id.label_right_extra_PSLfont, "field 'labelRightExtraWithPSL'", TextView.class);
itemIconCustom.layoutCustomItemIcon = (ConstraintLayout) pyT.e(view, R.id.layout_custom_item_icon, "field 'layoutCustomItemIcon'", ConstraintLayout.class);
}
@Override // butterknife.Unbinder
public final void a() {
ItemIconCustom itemIconCustom = this.b;
if (itemIconCustom == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
itemIconCustom.labelLeft = null;
itemIconCustom.labelRight = null;
itemIconCustom.labelRightExtra = null;
itemIconCustom.labelRightExtraWithPSL = null;
itemIconCustom.layoutCustomItemIcon = null;
}
}