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

49 lines
1.5 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-08-03 07:33:18 +00:00
import android.widget.ImageView;
2021-07-28 07:39:21 +00:00
import android.widget.TextView;
2021-07-24 02:37:17 +00:00
import androidx.annotation.NonNull;
2021-07-28 07:39:21 +00:00
import androidx.constraintlayout.widget.Barrier;
2021-07-24 02:37:17 +00:00
import androidx.viewbinding.ViewBinding;
2021-08-03 07:33:18 +00:00
import com.discord.views.GuildView;
2021-07-28 07:39:21 +00:00
import com.google.android.material.button.MaterialButton;
/* compiled from: ViewServerDiscoveryItemBinding */
2021-08-03 07:33:18 +00:00
public final class z2 implements ViewBinding {
2021-07-24 02:37:17 +00:00
@NonNull
2021-07-27 00:35:07 +00:00
public final View a;
2021-07-24 02:37:17 +00:00
@NonNull
2021-07-28 07:39:21 +00:00
public final MaterialButton 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 MaterialButton f196c;
2021-07-24 02:37:17 +00:00
@NonNull
2021-08-03 07:33:18 +00:00
public final b3 d;
2021-07-24 02:37:17 +00:00
@NonNull
2021-07-28 07:39:21 +00:00
public final TextView e;
2021-07-27 00:35:07 +00:00
@NonNull
2021-08-03 07:33:18 +00:00
public final GuildView f;
2021-07-27 00:35:07 +00:00
@NonNull
2021-08-03 07:33:18 +00:00
public final ImageView g;
@NonNull
public final TextView h;
2021-07-24 02:37:17 +00:00
2021-08-03 07:33:18 +00:00
public z2(@NonNull View view, @NonNull Barrier barrier, @NonNull Barrier barrier2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull b3 b3Var, @NonNull TextView textView, @NonNull GuildView guildView, @NonNull ImageView imageView, @NonNull TextView textView2) {
2021-07-27 00:35:07 +00:00
this.a = view;
2021-07-28 07:39:21 +00:00
this.b = materialButton;
2021-08-03 07:33:18 +00:00
this.f196c = materialButton2;
this.d = b3Var;
2021-07-28 07:39:21 +00:00
this.e = textView;
2021-08-03 07:33:18 +00:00
this.f = guildView;
this.g = imageView;
this.h = textView2;
2021-07-24 02:37:17 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}