16 lines
330 B
Java
16 lines
330 B
Java
package o;
|
|
|
|
import android.widget.LinearLayout;
|
|
import android.widget.TextView;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class OGq {
|
|
public final TextView b;
|
|
public final LinearLayout c;
|
|
|
|
public OGq(LinearLayout linearLayout, TextView textView) {
|
|
this.c = linearLayout;
|
|
this.b = textView;
|
|
}
|
|
}
|