what-the-bank/sources/com/scb/phone/view/adapter/easycash/viewholder/BusinessAndMaritalInfoHeade...

23 lines
716 B
Java
Raw Normal View History

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