29 lines
890 B
Java
29 lines
890 B
Java
package o;
|
|
|
|
import android.widget.EditText;
|
|
import android.widget.ImageButton;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.TextView;
|
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class ljm {
|
|
public final TextView a;
|
|
public final ConstraintLayout b;
|
|
public final TextView c;
|
|
public final ImageButton d;
|
|
public final EditText e;
|
|
private final LinearLayout g;
|
|
private LinearLayout h;
|
|
|
|
public ljm(LinearLayout linearLayout, ConstraintLayout constraintLayout, EditText editText, ImageButton imageButton, LinearLayout linearLayout2, TextView textView, TextView textView2) {
|
|
this.g = linearLayout;
|
|
this.b = constraintLayout;
|
|
this.e = editText;
|
|
this.d = imageButton;
|
|
this.h = linearLayout2;
|
|
this.a = textView;
|
|
this.c = textView2;
|
|
}
|
|
}
|