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

25 lines
663 B
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;
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
2021-08-24 07:28:10 +00:00
import com.discord.views.discovery.speakers.SpeakersRecyclerView;
/* compiled from: ViewDiscoveryStageCardSpeakersBinding */
2021-08-18 07:29:27 +00:00
public final class d2 implements ViewBinding {
2021-07-24 02:37:17 +00:00
@NonNull
public final View a;
@NonNull
2021-08-24 07:28:10 +00:00
public final SpeakersRecyclerView b;
2021-07-24 02:37:17 +00:00
2021-08-24 07:28:10 +00:00
public d2(@NonNull View view, @NonNull SpeakersRecyclerView speakersRecyclerView) {
2021-07-24 02:37:17 +00:00
this.a = view;
2021-08-24 07:28:10 +00:00
this.b = speakersRecyclerView;
2021-07-24 02:37:17 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}