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

34 lines
980 B
Java
Raw Normal View History

2021-08-11 06:37:47 +00:00
package c.a.i;
2021-07-24 02:37:17 +00:00
import android.view.View;
import androidx.annotation.NonNull;
2021-08-20 05:39:29 +00:00
import androidx.cardview.widget.CardView;
2021-07-24 02:37:17 +00:00
import androidx.viewbinding.ViewBinding;
2021-08-20 05:39:29 +00:00
import com.discord.views.premium.AccountCreditView;
/* compiled from: LayoutAccountCreditsListBinding */
2021-07-24 02:37:17 +00:00
public final class y implements ViewBinding {
@NonNull
2021-08-20 05:39:29 +00:00
public final CardView a;
2021-07-24 02:37:17 +00:00
@NonNull
2021-08-20 05:39:29 +00:00
public final AccountCreditView b;
2021-07-24 02:37:17 +00:00
@NonNull
/* renamed from: c reason: collision with root package name */
2021-11-20 07:11:29 +00:00
public final AccountCreditView f189c;
2021-07-24 02:37:17 +00:00
@NonNull
2021-08-20 05:39:29 +00:00
public final View d;
2021-07-24 02:37:17 +00:00
2021-08-20 05:39:29 +00:00
public y(@NonNull CardView cardView, @NonNull AccountCreditView accountCreditView, @NonNull AccountCreditView accountCreditView2, @NonNull View view) {
this.a = cardView;
this.b = accountCreditView;
2021-11-20 07:11:29 +00:00
this.f189c = accountCreditView2;
2021-08-20 05:39:29 +00:00
this.d = view;
2021-07-24 02:37:17 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}