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

55 lines
1.8 KiB
Java
Raw Normal View History

2022-02-01 19:18:35 +00:00
package b.a.i;
import android.view.View;
2022-04-04 20:51:55 +00:00
import android.widget.FrameLayout;
2022-03-22 15:40:06 +00:00
import android.widget.LinearLayout;
2022-04-04 20:51:55 +00:00
import android.widget.Space;
2022-02-01 19:18:35 +00:00
import android.widget.TextView;
import androidx.annotation.NonNull;
2022-04-04 20:51:55 +00:00
import androidx.constraintlayout.widget.Barrier;
2022-02-01 19:18:35 +00:00
import androidx.viewbinding.ViewBinding;
2022-04-04 20:51:55 +00:00
import com.facebook.drawee.view.SimpleDraweeView;
import com.google.android.material.button.MaterialButton;
/* compiled from: WidgetStageChannelRichPresenceBinding.java */
2022-03-02 20:59:20 +00:00
/* loaded from: classes.dex */
2022-02-01 19:18:35 +00:00
public final class b6 implements ViewBinding {
@NonNull
2022-03-22 15:40:06 +00:00
public final LinearLayout a;
2022-02-01 19:18:35 +00:00
@NonNull
/* renamed from: b reason: collision with root package name */
2022-04-04 20:51:55 +00:00
public final LinearLayout f86b;
2022-02-01 19:18:35 +00:00
@NonNull
public final TextView c;
2022-03-22 15:40:06 +00:00
@NonNull
public final TextView d;
2022-04-04 20:51:55 +00:00
@NonNull
public final SimpleDraweeView e;
@NonNull
public final TextView f;
@NonNull
public final MaterialButton g;
@NonNull
public final TextView h;
@NonNull
public final TextView i;
2022-02-01 19:18:35 +00:00
2022-04-04 20:51:55 +00:00
public b6(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView3, @NonNull FrameLayout frameLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView4, @NonNull TextView textView5) {
2022-03-22 15:40:06 +00:00
this.a = linearLayout;
2022-04-04 20:51:55 +00:00
this.f86b = linearLayout2;
2022-02-01 19:18:35 +00:00
this.c = textView;
2022-03-22 15:40:06 +00:00
this.d = textView2;
2022-04-04 20:51:55 +00:00
this.e = simpleDraweeView;
this.f = textView3;
this.g = materialButton;
this.h = textView4;
this.i = textView5;
2022-02-01 19:18:35 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}