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

40 lines
1.1 KiB
Java
Raw Normal View History

2021-08-18 07:29:27 +00:00
package c.a.i;
import android.view.View;
2021-08-24 07:28:10 +00:00
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
2021-08-31 07:21:49 +00:00
/* compiled from: ViewPremiumSettingsPerksBinding */
2021-08-18 07:29:27 +00:00
public final class y2 implements ViewBinding {
@NonNull
2021-08-24 07:28:10 +00:00
public final LinearLayout a;
@NonNull
public final TextView b;
@NonNull
/* renamed from: c reason: collision with root package name */
2021-08-31 07:21:49 +00:00
public final TextView f195c;
2021-08-24 07:28:10 +00:00
@NonNull
public final TextView d;
2021-08-31 07:21:49 +00:00
@NonNull
public final TextView e;
2021-09-14 16:14:33 +00:00
@NonNull
public final TextView f;
2021-09-14 16:14:33 +00:00
public y2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5) {
2021-08-24 07:28:10 +00:00
this.a = linearLayout;
this.b = textView;
2021-08-31 07:21:49 +00:00
this.f195c = textView2;
2021-08-24 07:28:10 +00:00
this.d = textView3;
2021-08-31 07:21:49 +00:00
this.e = textView4;
2021-09-14 16:14:33 +00:00
this.f = textView5;
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}