16 lines
325 B
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;
|
|
}
|
|
}
|