18 lines
446 B
Java
18 lines
446 B
Java
package o;
|
|
|
|
import android.widget.ImageView;
|
|
import android.widget.RelativeLayout;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class Sza {
|
|
public final RelativeLayout a;
|
|
public final RelativeLayout b;
|
|
public final ImageView e;
|
|
|
|
public Sza(RelativeLayout relativeLayout, RelativeLayout relativeLayout2, ImageView imageView) {
|
|
this.b = relativeLayout;
|
|
this.a = relativeLayout2;
|
|
this.e = imageView;
|
|
}
|
|
}
|