21 lines
544 B
Java
21 lines
544 B
Java
|
package o;
|
||
|
|
||
|
import android.widget.LinearLayout;
|
||
|
import android.widget.RelativeLayout;
|
||
|
import android.widget.TextView;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class bKD {
|
||
|
public final RelativeLayout a;
|
||
|
public final TextView b;
|
||
|
public final TextView d;
|
||
|
public final LinearLayout e;
|
||
|
|
||
|
public bKD(RelativeLayout relativeLayout, TextView textView, LinearLayout linearLayout, TextView textView2) {
|
||
|
this.a = relativeLayout;
|
||
|
this.b = textView;
|
||
|
this.e = linearLayout;
|
||
|
this.d = textView2;
|
||
|
}
|
||
|
}
|