50 lines
2.8 KiB
Java
50 lines
2.8 KiB
Java
|
package com.scb.phone.view.custom.item;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.ImageView;
|
||
|
import android.widget.Space;
|
||
|
import android.widget.TextView;
|
||
|
import butterknife.Unbinder;
|
||
|
import com.scb.phone.R;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class ItemSimpleBottomCustom_ViewBinding implements Unbinder {
|
||
|
private ItemSimpleBottomCustom b;
|
||
|
|
||
|
public ItemSimpleBottomCustom_ViewBinding(ItemSimpleBottomCustom itemSimpleBottomCustom, View view) {
|
||
|
this.b = itemSimpleBottomCustom;
|
||
|
itemSimpleBottomCustom.componentLabel = (TextView) pyT.e(view, R.id.label_left, "field 'componentLabel'", TextView.class);
|
||
|
itemSimpleBottomCustom.componentBottom = (TextView) pyT.e(view, R.id.label_bottom, "field 'componentBottom'", TextView.class);
|
||
|
itemSimpleBottomCustom.componentBottomExtra = (TextView) pyT.e(view, R.id.label_bottom_extra, "field 'componentBottomExtra'", TextView.class);
|
||
|
itemSimpleBottomCustom.componentBottomExtraPSL = (TextView) pyT.e(view, R.id.label_bottom_extra_PSL, "field 'componentBottomExtraPSL'", TextView.class);
|
||
|
itemSimpleBottomCustom.componentBottomLong = (TextView) pyT.e(view, R.id.list_label_bottom, "field 'componentBottomLong'", TextView.class);
|
||
|
itemSimpleBottomCustom.iconAndLabelLayout = pyT.a(view, R.id.ll_icon_and_label, "field 'iconAndLabelLayout'");
|
||
|
itemSimpleBottomCustom.iconImage = (ImageView) pyT.e(view, R.id.iv_icon_image, "field 'iconImage'", ImageView.class);
|
||
|
itemSimpleBottomCustom.iconLabel = (TextView) pyT.e(view, R.id.tv_icon_label, "field 'iconLabel'", TextView.class);
|
||
|
itemSimpleBottomCustom.componentBottomPSL = (TextView) pyT.e(view, R.id.list_label_bottom_PSL, "field 'componentBottomPSL'", TextView.class);
|
||
|
itemSimpleBottomCustom.spaceBottom = (Space) pyT.e(view, R.id.sp_space_bottom, "field 'spaceBottom'", Space.class);
|
||
|
itemSimpleBottomCustom.spaceTop = (Space) pyT.e(view, R.id.sp_space_top, "field 'spaceTop'", Space.class);
|
||
|
}
|
||
|
|
||
|
@Override // butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
ItemSimpleBottomCustom itemSimpleBottomCustom = this.b;
|
||
|
if (itemSimpleBottomCustom == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.b = null;
|
||
|
itemSimpleBottomCustom.componentLabel = null;
|
||
|
itemSimpleBottomCustom.componentBottom = null;
|
||
|
itemSimpleBottomCustom.componentBottomExtra = null;
|
||
|
itemSimpleBottomCustom.componentBottomExtraPSL = null;
|
||
|
itemSimpleBottomCustom.componentBottomLong = null;
|
||
|
itemSimpleBottomCustom.iconAndLabelLayout = null;
|
||
|
itemSimpleBottomCustom.iconImage = null;
|
||
|
itemSimpleBottomCustom.iconLabel = null;
|
||
|
itemSimpleBottomCustom.componentBottomPSL = null;
|
||
|
itemSimpleBottomCustom.spaceBottom = null;
|
||
|
itemSimpleBottomCustom.spaceTop = null;
|
||
|
}
|
||
|
}
|