discord-jadx/app/src/main/java/c/a/i/f3.java

50 lines
1.6 KiB
Java
Raw Normal View History

2021-08-18 07:29:27 +00:00
package c.a.i;
2021-07-24 02:37:17 +00:00
import android.view.View;
2021-08-31 07:21:49 +00:00
import android.widget.ImageView;
import android.widget.TextView;
2021-07-24 02:37:17 +00:00
import androidx.annotation.NonNull;
2021-08-31 07:21:49 +00:00
import androidx.constraintlayout.widget.Barrier;
2021-07-24 02:37:17 +00:00
import androidx.viewbinding.ViewBinding;
2021-08-31 07:21:49 +00:00
import com.discord.views.GuildView;
2021-09-14 16:14:33 +00:00
import com.discord.views.guilds.ServerMemberCount;
2021-08-31 07:21:49 +00:00
import com.google.android.material.button.MaterialButton;
/* compiled from: ViewServerDiscoveryItemBinding */
2021-08-18 07:29:27 +00:00
public final class f3 implements ViewBinding {
2021-07-24 02:37:17 +00:00
@NonNull
2021-08-31 07:21:49 +00:00
public final View a;
2021-07-24 02:37:17 +00:00
@NonNull
2021-08-31 07:21:49 +00:00
public final MaterialButton b;
@NonNull
/* renamed from: c reason: collision with root package name */
public final MaterialButton f96c;
@NonNull
2021-09-14 16:14:33 +00:00
public final ServerMemberCount d;
2021-08-31 07:21:49 +00:00
@NonNull
public final TextView e;
@NonNull
public final GuildView f;
@NonNull
public final ImageView g;
@NonNull
public final TextView h;
2021-07-24 02:37:17 +00:00
2021-09-14 16:14:33 +00:00
public f3(@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 ImageView imageView, @NonNull TextView textView2) {
2021-08-31 07:21:49 +00:00
this.a = view;
this.b = materialButton;
this.f96c = materialButton2;
2021-09-14 16:14:33 +00:00
this.d = serverMemberCount;
2021-08-31 07:21:49 +00:00
this.e = textView;
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;
}
}