discord-jadx/app/src/main/java/c/a/j/s5.java

52 lines
1.6 KiB
Java
Raw Normal View History

2021-08-03 07:33:18 +00:00
package c.a.j;
2021-07-24 02:37:17 +00:00
import android.view.View;
2021-07-27 00:35:07 +00:00
import android.widget.LinearLayout;
2021-07-24 02:37:17 +00:00
import android.widget.TextView;
import androidx.annotation.NonNull;
2021-07-28 07:39:21 +00:00
import androidx.constraintlayout.widget.ConstraintLayout;
2021-07-24 02:37:17 +00:00
import androidx.viewbinding.ViewBinding;
2021-07-28 07:39:21 +00:00
import com.discord.views.StreamPreviewView;
import com.facebook.drawee.view.SimpleDraweeView;
/* compiled from: WidgetStreamRichPresenceBinding */
2021-07-24 02:37:17 +00:00
public final class s5 implements ViewBinding {
@NonNull
2021-07-28 07:39:21 +00:00
public final ConstraintLayout a;
2021-07-24 02:37:17 +00:00
@NonNull
2021-07-28 07:39:21 +00:00
public final LinearLayout b;
2021-07-24 02:37:17 +00:00
@NonNull
/* renamed from: c reason: collision with root package name */
2021-08-03 07:33:18 +00:00
public final TextView f160c;
2021-07-24 02:37:17 +00:00
@NonNull
2021-07-27 00:35:07 +00:00
public final TextView d;
2021-07-28 07:39:21 +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-07-27 00:35:07 +00:00
2021-07-28 07:39:21 +00:00
public s5(@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;
this.b = linearLayout;
2021-08-03 07:33:18 +00:00
this.f160c = textView;
2021-07-27 00:35:07 +00:00
this.d = textView2;
2021-07-28 07:39:21 +00:00
this.e = simpleDraweeView;
this.f = textView3;
this.g = textView4;
this.h = textView5;
this.i = streamPreviewView;
2021-07-24 02:37:17 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}