18 lines
437 B
Java
18 lines
437 B
Java
|
package o;
|
||
|
|
||
|
import android.widget.RelativeLayout;
|
||
|
import android.widget.TextView;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class KmU {
|
||
|
public final TextView b;
|
||
|
private final RelativeLayout c;
|
||
|
private RelativeLayout d;
|
||
|
|
||
|
public KmU(RelativeLayout relativeLayout, TextView textView, RelativeLayout relativeLayout2) {
|
||
|
this.c = relativeLayout;
|
||
|
this.b = textView;
|
||
|
this.d = relativeLayout2;
|
||
|
}
|
||
|
}
|