discord-jadx/app/src/main/java/c/a/i/x0.java

36 lines
1 KiB
Java
Raw Normal View History

2021-08-11 06:37:47 +00:00
package c.a.i;
2021-07-24 02:37:17 +00:00
import android.view.View;
import android.widget.ImageView;
2021-08-10 21:19:22 +00:00
import android.widget.RelativeLayout;
2021-07-24 02:37:17 +00:00
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
import com.google.android.material.button.MaterialButton;
2021-08-10 21:19:22 +00:00
/* compiled from: PremiumGuildSubscriptionUpsellDialogBinding */
2021-07-24 02:37:17 +00:00
public final class x0 implements ViewBinding {
@NonNull
2021-08-10 21:19:22 +00:00
public final RelativeLayout a;
2021-07-24 02:37:17 +00:00
@NonNull
2021-08-10 21:19:22 +00:00
public final ImageView b;
2021-07-24 02:37:17 +00:00
@NonNull
/* renamed from: c reason: collision with root package name */
2021-08-12 06:36:45 +00:00
public final TextView f185c;
2021-07-24 02:37:17 +00:00
@NonNull
2021-08-10 21:19:22 +00:00
public final MaterialButton d;
2021-07-24 02:37:17 +00:00
2021-08-10 21:19:22 +00:00
public x0(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull MaterialButton materialButton) {
this.a = relativeLayout;
this.b = imageView;
2021-08-12 06:36:45 +00:00
this.f185c = textView;
2021-08-10 21:19:22 +00:00
this.d = materialButton;
2021-07-24 02:37:17 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}