what-the-bank/sources/o/VCA.java

16 lines
325 B
Java

package o;
import android.widget.FrameLayout;
import android.widget.TextView;
/* loaded from: classes3.dex */
public final class VCA {
public final TextView b;
public final FrameLayout d;
public VCA(FrameLayout frameLayout, TextView textView) {
this.d = frameLayout;
this.b = textView;
}
}