23 lines
716 B
Java
23 lines
716 B
Java
|
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);
|
||
|
}
|
||
|
}
|