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

50 lines
1.6 KiB
Java
Raw Normal View History

2021-08-18 07:29:27 +00:00
package c.a.i;
2021-07-24 02:37:17 +00:00
import android.view.View;
2021-08-24 07:28:10 +00:00
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
import android.widget.TextView;
2021-07-24 02:37:17 +00:00
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
2021-08-24 07:28:10 +00:00
import com.discord.utilities.view.text.LinkifiedTextView;
2021-07-24 02:37:17 +00:00
import com.google.android.material.button.MaterialButton;
2021-08-24 07:28:10 +00:00
/* compiled from: GiftPurchasedDialogBinding */
2021-07-24 02:37:17 +00:00
public final class p implements ViewBinding {
@NonNull
2021-08-24 07:28:10 +00:00
public final LinearLayout a;
2021-07-24 02:37:17 +00:00
@NonNull
2021-08-24 07:28:10 +00:00
public final TextView b;
2021-07-24 02:37:17 +00:00
@NonNull
/* renamed from: c reason: collision with root package name */
2021-11-29 08:39:39 +00:00
public final RelativeLayout f142c;
2021-07-24 02:37:17 +00:00
@NonNull
public final MaterialButton d;
@NonNull
2021-08-24 07:28:10 +00:00
public final LinkifiedTextView e;
@NonNull
public final MaterialButton f;
@NonNull
public final TextView g;
@NonNull
public final ImageView h;
2021-07-24 02:37:17 +00:00
2021-08-24 07:28:10 +00:00
public p(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull RelativeLayout relativeLayout, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull MaterialButton materialButton2, @NonNull TextView textView2, @NonNull ImageView imageView) {
this.a = linearLayout;
this.b = textView;
2021-11-29 08:39:39 +00:00
this.f142c = relativeLayout;
2021-08-24 07:28:10 +00:00
this.d = materialButton;
this.e = linkifiedTextView;
this.f = materialButton2;
this.g = textView2;
this.h = imageView;
2021-07-24 02:37:17 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}