what-the-bank/sources/com/scb/phone/view/activity/privacymanagement/PrivacyManagementLandingVie...

28 lines
1.0 KiB
Java

package com.scb.phone.view.activity.privacymanagement;
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 PrivacyManagementLandingViewHolder_ViewBinding implements Unbinder {
private PrivacyManagementLandingViewHolder d;
public PrivacyManagementLandingViewHolder_ViewBinding(PrivacyManagementLandingViewHolder privacyManagementLandingViewHolder, View view) {
this.d = privacyManagementLandingViewHolder;
privacyManagementLandingViewHolder.label = (TextView) pyT.e(view, R.id.tv_privacy_label, "field 'label'", TextView.class);
}
@Override // butterknife.Unbinder
public final void a() {
PrivacyManagementLandingViewHolder privacyManagementLandingViewHolder = this.d;
if (privacyManagementLandingViewHolder == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
privacyManagementLandingViewHolder.label = null;
}
}