discord-jadx/app/src/main/java/b/a/i/f1.java

43 lines
1.2 KiB
Java
Raw Normal View History

2021-12-21 23:37:30 +00:00
package b.a.i;
2021-06-27 20:44:35 +00:00
import android.view.View;
2022-04-04 20:51:55 +00:00
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
2021-06-27 20:44:35 +00:00
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
2022-03-22 15:40:06 +00:00
import com.google.android.material.button.MaterialButton;
2022-04-04 20:51:55 +00:00
/* compiled from: PremiumUpgradeYearlyDialogBinding.java */
2022-03-02 20:59:20 +00:00
/* loaded from: classes.dex */
2021-06-27 20:44:35 +00:00
public final class f1 implements ViewBinding {
@NonNull
2022-04-04 20:51:55 +00:00
public final LinearLayout a;
2022-03-22 15:40:06 +00:00
@NonNull
/* renamed from: b reason: collision with root package name */
2022-04-04 20:51:55 +00:00
public final ImageView f111b;
2022-03-22 15:40:06 +00:00
@NonNull
2022-04-04 20:51:55 +00:00
public final TextView c;
2022-03-22 15:40:06 +00:00
@NonNull
2022-04-04 20:51:55 +00:00
public final TextView d;
2022-03-22 15:40:06 +00:00
@NonNull
2022-04-04 20:51:55 +00:00
public final TextView e;
@NonNull
public final MaterialButton f;
2021-06-27 20:44:35 +00:00
2022-04-04 20:51:55 +00:00
public f1(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton) {
this.a = linearLayout;
this.f111b = imageView;
this.c = textView;
this.d = textView2;
this.e = textView3;
this.f = materialButton;
2021-06-27 20:44:35 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}