30 lines
1.1 KiB
Java
30 lines
1.1 KiB
Java
package com.scb.phone.view.custom.ndid;
|
|
|
|
import android.view.View;
|
|
import android.widget.TextView;
|
|
import butterknife.Unbinder;
|
|
import com.scb.phone.R;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class CustomIdpTitleWithLabelView_ViewBinding implements Unbinder {
|
|
private CustomIdpTitleWithLabelView b;
|
|
|
|
public CustomIdpTitleWithLabelView_ViewBinding(CustomIdpTitleWithLabelView customIdpTitleWithLabelView, View view) {
|
|
this.b = customIdpTitleWithLabelView;
|
|
customIdpTitleWithLabelView.tvLabel = (TextView) pyT.e(view, R.id.tv_label, "field 'tvLabel'", TextView.class);
|
|
customIdpTitleWithLabelView.tvValue = (TextView) pyT.e(view, R.id.tv_value, "field 'tvValue'", TextView.class);
|
|
}
|
|
|
|
@Override // butterknife.Unbinder
|
|
public final void a() {
|
|
CustomIdpTitleWithLabelView customIdpTitleWithLabelView = this.b;
|
|
if (customIdpTitleWithLabelView == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.b = null;
|
|
customIdpTitleWithLabelView.tvLabel = null;
|
|
customIdpTitleWithLabelView.tvValue = null;
|
|
}
|
|
}
|