26 lines
792 B
Java
26 lines
792 B
Java
package o;
|
|
|
|
import android.widget.ImageView;
|
|
import android.widget.RelativeLayout;
|
|
import android.widget.TextView;
|
|
import androidx.appcompat.widget.AppCompatButton;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class UID {
|
|
public final AppCompatButton a;
|
|
private ImageView b;
|
|
private RelativeLayout c;
|
|
public final TextView d;
|
|
public final RelativeLayout e;
|
|
private RelativeLayout i;
|
|
|
|
public UID(RelativeLayout relativeLayout, AppCompatButton appCompatButton, ImageView imageView, RelativeLayout relativeLayout2, TextView textView, RelativeLayout relativeLayout3) {
|
|
this.e = relativeLayout;
|
|
this.a = appCompatButton;
|
|
this.b = imageView;
|
|
this.c = relativeLayout2;
|
|
this.d = textView;
|
|
this.i = relativeLayout3;
|
|
}
|
|
}
|