19 lines
480 B
Java
19 lines
480 B
Java
|
package o;
|
||
|
|
||
|
import android.widget.ImageView;
|
||
|
import android.widget.TextView;
|
||
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class Buz {
|
||
|
public final ConstraintLayout a;
|
||
|
public final TextView d;
|
||
|
public final ImageView e;
|
||
|
|
||
|
public Buz(ConstraintLayout constraintLayout, ImageView imageView, TextView textView) {
|
||
|
this.a = constraintLayout;
|
||
|
this.e = imageView;
|
||
|
this.d = textView;
|
||
|
}
|
||
|
}
|