27 lines
819 B
Java
27 lines
819 B
Java
package o;
|
|
|
|
import android.widget.FrameLayout;
|
|
import android.widget.ImageView;
|
|
import android.widget.TextView;
|
|
import androidx.appcompat.widget.Toolbar;
|
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class YmV {
|
|
public final ConstraintLayout a;
|
|
public final ImageView b;
|
|
public final TextView c;
|
|
public final FrameLayout d;
|
|
public final Toolbar e;
|
|
private ConstraintLayout g;
|
|
|
|
public YmV(ConstraintLayout constraintLayout, FrameLayout frameLayout, ImageView imageView, ConstraintLayout constraintLayout2, Toolbar toolbar, TextView textView) {
|
|
this.a = constraintLayout;
|
|
this.d = frameLayout;
|
|
this.b = imageView;
|
|
this.g = constraintLayout2;
|
|
this.e = toolbar;
|
|
this.c = textView;
|
|
}
|
|
}
|