what-the-bank/sources/com/scb/phone/view/custom/item/ItemSeparatorCustom.java

37 lines
1.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.custom.item;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.ViewGroup;
import butterknife.ButterKnife;
import com.scb.phone.R;
import com.scb.phone.components.ItemCustom;
import o.QQ;
/* loaded from: classes5.dex */
public class ItemSeparatorCustom extends ItemCustom<QQ> {
/* JADX WARN: Can't rename method to resolve collision */
@Override // com.scb.phone.components.ItemCustom
public void setUpWithDisplay(QQ qq) {
}
public ItemSeparatorCustom(Context context) {
super(context);
}
public ItemSeparatorCustom(Context context, AttributeSet attributeSet) {
super(context, attributeSet);
}
public ItemSeparatorCustom(Context context, AttributeSet attributeSet, int i) {
super(context, attributeSet, i);
}
@Override // com.scb.phone.components.ItemCustom
public final void a(Context context) {
((LayoutInflater) context.getSystemService("layout_inflater")).inflate(R.layout.2131558972, (ViewGroup) this, true);
ButterKnife.c(this);
}
}