18 lines
441 B
Java
18 lines
441 B
Java
package o;
|
|
|
|
import android.widget.RelativeLayout;
|
|
import android.widget.TextView;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class Tsd {
|
|
public final RelativeLayout a;
|
|
public final RelativeLayout c;
|
|
public final TextView e;
|
|
|
|
public Tsd(RelativeLayout relativeLayout, RelativeLayout relativeLayout2, TextView textView) {
|
|
this.a = relativeLayout;
|
|
this.c = relativeLayout2;
|
|
this.e = textView;
|
|
}
|
|
}
|