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

37 lines
1.0 KiB
Java
Raw Normal View History

2021-12-17 22:01:24 +00:00
package b.a.i;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
2021-11-22 08:31:21 +00:00
/* compiled from: ViewPremiumSettingsPerksBinding */
2021-08-18 07:29:27 +00:00
public final class v2 implements ViewBinding {
@NonNull
2021-10-18 07:12:10 +00:00
public final LinearLayout a;
@NonNull
2021-12-17 22:01:24 +00:00
/* renamed from: b reason: collision with root package name */
2022-01-31 08:58:36 +00:00
public final TextView f212b;
2021-12-17 22:01:24 +00:00
@NonNull
public final TextView c;
@NonNull
2021-10-18 07:12:10 +00:00
public final TextView d;
2021-11-22 08:31:21 +00:00
@NonNull
public final TextView e;
2021-11-22 08:31:21 +00:00
public v2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5) {
2021-10-18 07:12:10 +00:00
this.a = linearLayout;
2022-01-31 08:58:36 +00:00
this.f212b = textView;
2021-12-17 22:01:24 +00:00
this.c = textView3;
2021-11-22 08:31:21 +00:00
this.d = textView4;
this.e = textView5;
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}