28 lines
793 B
Java
28 lines
793 B
Java
package o;
|
|
|
|
import android.widget.Button;
|
|
import android.widget.ImageView;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.TextView;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class PDC {
|
|
public final ImageView a;
|
|
public final Button b;
|
|
public final LinearLayout c;
|
|
public final TextView d;
|
|
private LinearLayout e;
|
|
private TextView f;
|
|
private final LinearLayout g;
|
|
|
|
public PDC(LinearLayout linearLayout, Button button, ImageView imageView, LinearLayout linearLayout2, LinearLayout linearLayout3, TextView textView, TextView textView2) {
|
|
this.g = linearLayout;
|
|
this.b = button;
|
|
this.a = imageView;
|
|
this.c = linearLayout2;
|
|
this.e = linearLayout3;
|
|
this.f = textView;
|
|
this.d = textView2;
|
|
}
|
|
}
|