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

52 lines
1.6 KiB
Java
Raw Normal View History

2021-12-21 23:37:30 +00:00
package b.a.i;
2021-11-30 23:47:08 +00:00
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
2022-02-01 19:18:35 +00:00
import androidx.constraintlayout.widget.ConstraintLayout;
2021-11-30 23:47:08 +00:00
import androidx.viewbinding.ViewBinding;
2022-02-01 19:18:35 +00:00
import com.discord.views.StreamPreviewView;
import com.facebook.drawee.view.SimpleDraweeView;
/* compiled from: WidgetStreamRichPresenceBinding */
2021-11-30 23:47:08 +00:00
public final class y5 implements ViewBinding {
@NonNull
2022-02-01 19:18:35 +00:00
public final ConstraintLayout a;
2021-11-30 23:47:08 +00:00
@NonNull
2021-12-21 23:37:30 +00:00
/* renamed from: b reason: collision with root package name */
2022-02-14 21:43:51 +00:00
public final LinearLayout f233b;
2021-12-21 23:37:30 +00:00
@NonNull
public final TextView c;
2021-11-30 23:47:08 +00:00
@NonNull
public final TextView d;
2022-02-01 19:18:35 +00:00
@NonNull
public final SimpleDraweeView e;
@NonNull
public final TextView f;
@NonNull
public final TextView g;
@NonNull
public final TextView h;
@NonNull
public final StreamPreviewView i;
2021-11-30 23:47:08 +00:00
2022-02-01 19:18:35 +00:00
public y5(@NonNull ConstraintLayout constraintLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull StreamPreviewView streamPreviewView) {
this.a = constraintLayout;
2022-02-14 21:43:51 +00:00
this.f233b = linearLayout;
2021-12-21 23:37:30 +00:00
this.c = textView;
2021-11-30 23:47:08 +00:00
this.d = textView2;
2022-02-01 19:18:35 +00:00
this.e = simpleDraweeView;
this.f = textView3;
this.g = textView4;
this.h = textView5;
this.i = streamPreviewView;
2021-11-30 23:47:08 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}