what-the-bank/sources/com/scb/phone/view/custom/mailingaddress/MailingAddressSelectAccount...

31 lines
1.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.custom.mailingaddress;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.RelativeLayout;
import o.C14957gcv;
import o.UV;
/* loaded from: classes5.dex */
public abstract class MailingAddressSelectAccountItem extends RelativeLayout {
public abstract void setDisplay(UV uv);
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public MailingAddressSelectAccountItem(Context context) {
super(context);
C14957gcv.e(context, "");
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public MailingAddressSelectAccountItem(Context context, AttributeSet attributeSet) {
super(context, attributeSet);
C14957gcv.e(context, "");
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public MailingAddressSelectAccountItem(Context context, AttributeSet attributeSet, int i) {
super(context, attributeSet, i);
C14957gcv.e(context, "");
}
}