28 lines
870 B
Java
28 lines
870 B
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 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;
|
||
|
}
|
||
|
}
|