39 lines
1.7 KiB
Java
39 lines
1.7 KiB
Java
package com.scb.phone.view.activity.prepaid;
|
|
|
|
import android.view.View;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.TextView;
|
|
import butterknife.Unbinder;
|
|
import com.scb.phone.R;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class PointTabHolder_ViewBinding implements Unbinder {
|
|
private PointTabHolder e;
|
|
|
|
public PointTabHolder_ViewBinding(PointTabHolder pointTabHolder, View view) {
|
|
this.e = pointTabHolder;
|
|
pointTabHolder.tvYouHave = (TextView) pyT.e(view, R.id.tv_you_have, "field 'tvYouHave'", TextView.class);
|
|
pointTabHolder.tvPointValue = (TextView) pyT.e(view, R.id.tv_point_value, "field 'tvPointValue'", TextView.class);
|
|
pointTabHolder.tvPointLabel = (TextView) pyT.e(view, R.id.tv_point_label, "field 'tvPointLabel'", TextView.class);
|
|
pointTabHolder.tvUnable = (TextView) pyT.e(view, R.id.tv_unable, "field 'tvUnable'", TextView.class);
|
|
pointTabHolder.tvRemark = (TextView) pyT.e(view, R.id.tv_remark, "field 'tvRemark'", TextView.class);
|
|
pointTabHolder.layoutPointValue = (LinearLayout) pyT.e(view, R.id.layout_point_value, "field 'layoutPointValue'", LinearLayout.class);
|
|
}
|
|
|
|
@Override // butterknife.Unbinder
|
|
public final void a() {
|
|
PointTabHolder pointTabHolder = this.e;
|
|
if (pointTabHolder == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.e = null;
|
|
pointTabHolder.tvYouHave = null;
|
|
pointTabHolder.tvPointValue = null;
|
|
pointTabHolder.tvPointLabel = null;
|
|
pointTabHolder.tvUnable = null;
|
|
pointTabHolder.tvRemark = null;
|
|
pointTabHolder.layoutPointValue = null;
|
|
}
|
|
}
|