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

46 lines
1.4 KiB
Java
Raw Normal View History

2021-12-21 23:37:30 +00:00
package b.a.i;
2021-06-27 20:44:35 +00:00
import android.view.View;
2021-11-30 23:47:08 +00:00
import android.widget.TextView;
2021-06-27 20:44:35 +00:00
import androidx.annotation.NonNull;
2021-11-30 23:47:08 +00:00
import androidx.constraintlayout.widget.Barrier;
2021-06-27 20:44:35 +00:00
import androidx.viewbinding.ViewBinding;
2021-10-19 23:48:27 +00:00
import com.discord.views.GuildView;
2021-11-30 23:47:08 +00:00
import com.discord.views.guilds.ServerMemberCount;
import com.google.android.material.button.MaterialButton;
/* compiled from: ViewServerDiscoveryItemBinding */
2021-08-24 17:45:16 +00:00
public final class c3 implements ViewBinding {
2021-06-27 20:44:35 +00:00
@NonNull
2021-10-19 23:48:27 +00:00
public final View a;
@NonNull
2021-12-21 23:37:30 +00:00
/* renamed from: b reason: collision with root package name */
2022-02-01 19:18:35 +00:00
public final MaterialButton f91b;
2021-12-21 23:37:30 +00:00
@NonNull
public final MaterialButton c;
2021-10-19 23:48:27 +00:00
@NonNull
2021-11-30 23:47:08 +00:00
public final ServerMemberCount d;
2021-10-19 23:48:27 +00:00
@NonNull
2021-11-30 23:47:08 +00:00
public final TextView e;
2021-10-19 23:48:27 +00:00
@NonNull
public final GuildView f;
@NonNull
2021-11-30 23:47:08 +00:00
public final TextView g;
2021-08-04 22:02:59 +00:00
2021-11-30 23:47:08 +00:00
public c3(@NonNull View view, @NonNull Barrier barrier, @NonNull Barrier barrier2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull ServerMemberCount serverMemberCount, @NonNull TextView textView, @NonNull GuildView guildView, @NonNull TextView textView2) {
2021-10-19 23:48:27 +00:00
this.a = view;
2022-02-01 19:18:35 +00:00
this.f91b = materialButton;
2021-12-21 23:37:30 +00:00
this.c = materialButton2;
2021-11-30 23:47:08 +00:00
this.d = serverMemberCount;
this.e = textView;
this.f = guildView;
this.g = textView2;
2021-06-27 20:44:35 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}