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

28 lines
870 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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 ItemRemarkCustom_ViewBinding implements Unbinder {
private ItemRemarkCustom e;
public ItemRemarkCustom_ViewBinding(ItemRemarkCustom itemRemarkCustom, View view) {
this.e = itemRemarkCustom;
itemRemarkCustom.remarkInfo = (TextView) pyT.e(view, R.id.tv_remark_info, "field 'remarkInfo'", TextView.class);
}
@Override // butterknife.Unbinder
public final void a() {
ItemRemarkCustom itemRemarkCustom = this.e;
if (itemRemarkCustom == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.e = null;
itemRemarkCustom.remarkInfo = null;
}
}