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

23 lines
648 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.activity.privacymanagement;
import android.view.View;
import android.widget.TextView;
import androidx.recyclerview.widget.RecyclerView;
import butterknife.BindView;
import butterknife.ButterKnife;
import o.C14957gcv;
/* loaded from: classes5.dex */
public final class PrivacyManagementLandingViewHolder extends RecyclerView.zJl {
@BindView
public TextView label;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public PrivacyManagementLandingViewHolder(View view) {
super(view);
C14957gcv.e(view, "");
ButterKnife.c(this, view);
}
}