30 lines
1.0 KiB
Java
30 lines
1.0 KiB
Java
package com.scb.phone.view.custom.mailingaddress;
|
|
|
|
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 BulletThaiTextView_ViewBinding implements Unbinder {
|
|
private BulletThaiTextView b;
|
|
|
|
public BulletThaiTextView_ViewBinding(BulletThaiTextView bulletThaiTextView, View view) {
|
|
this.b = bulletThaiTextView;
|
|
bulletThaiTextView.tvRemark = (TextView) pyT.e(view, R.id.tv_remarks, "field 'tvRemark'", TextView.class);
|
|
bulletThaiTextView.tvBullet = (TextView) pyT.e(view, R.id.tv_bullet, "field 'tvBullet'", TextView.class);
|
|
}
|
|
|
|
@Override // butterknife.Unbinder
|
|
public final void a() {
|
|
BulletThaiTextView bulletThaiTextView = this.b;
|
|
if (bulletThaiTextView == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.b = null;
|
|
bulletThaiTextView.tvRemark = null;
|
|
bulletThaiTextView.tvBullet = null;
|
|
}
|
|
}
|