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

34 lines
1.4 KiB
Java

package com.scb.phone.view.custom.item;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.Space;
import com.scb.phone.R;
import o.pyT;
/* loaded from: classes5.dex */
public class ItemRevampSimpleCustom_ViewBinding extends ItemSimpleCustom_ViewBinding {
private ItemRevampSimpleCustom d;
public ItemRevampSimpleCustom_ViewBinding(ItemRevampSimpleCustom itemRevampSimpleCustom, View view) {
super(itemRevampSimpleCustom, view);
this.d = itemRevampSimpleCustom;
itemRevampSimpleCustom.layoutCustomSimpleItem = (LinearLayout) pyT.e(view, R.id.layout_custom_simple_item, "field 'layoutCustomSimpleItem'", LinearLayout.class);
itemRevampSimpleCustom.spaceTop = (Space) pyT.e(view, R.id.sp_space_top, "field 'spaceTop'", Space.class);
itemRevampSimpleCustom.spaceBottom = (Space) pyT.e(view, R.id.sp_space_bottom, "field 'spaceBottom'", Space.class);
}
@Override // com.scb.phone.view.custom.item.ItemSimpleCustom_ViewBinding, butterknife.Unbinder
public final void a() {
ItemRevampSimpleCustom itemRevampSimpleCustom = this.d;
if (itemRevampSimpleCustom == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
itemRevampSimpleCustom.layoutCustomSimpleItem = null;
itemRevampSimpleCustom.spaceTop = null;
itemRevampSimpleCustom.spaceBottom = null;
super.a();
}
}