17 lines
519 B
Java
17 lines
519 B
Java
package com.scb.phone.view.custom.profilemanagement;
|
|
|
|
import android.content.Context;
|
|
import android.util.AttributeSet;
|
|
import android.widget.RelativeLayout;
|
|
import o.UV;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public abstract class ReviewAccountCustomView extends RelativeLayout {
|
|
public abstract void setDisplay(UV uv);
|
|
|
|
/* JADX INFO: Access modifiers changed from: protected */
|
|
public ReviewAccountCustomView(Context context, AttributeSet attributeSet, int i) {
|
|
super(context, attributeSet, i);
|
|
}
|
|
}
|