31 lines
1.1 KiB
Java
31 lines
1.1 KiB
Java
|
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, "");
|
||
|
}
|
||
|
}
|