package com.scb.phone.view.custom.profilemanagement; import android.content.Context; import android.widget.RelativeLayout; import o.C14957gcv; import o.UV; /* loaded from: classes5.dex */ public abstract class AddAccountCustomView extends RelativeLayout { public abstract void setDisplay(UV uv); /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public AddAccountCustomView(Context context) { super(context); C14957gcv.e(context, ""); } }