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

34 lines
980 B
Java
Raw Normal View History

2021-08-18 07:29:27 +00:00
package c.a.i;
import android.view.View;
import androidx.annotation.NonNull;
2021-08-10 10:47:20 +00:00
import androidx.cardview.widget.CardView;
import androidx.viewbinding.ViewBinding;
2021-08-10 10:47:20 +00:00
import com.discord.views.premium.AccountCreditView;
/* compiled from: LayoutAccountCreditsListBinding */
2021-08-18 07:29:27 +00:00
public final class x implements ViewBinding {
@NonNull
2021-08-10 10:47:20 +00:00
public final CardView a;
@NonNull
public final AccountCreditView b;
@NonNull
/* renamed from: c reason: collision with root package name */
2021-08-19 17:35:23 +00:00
public final AccountCreditView f185c;
2021-08-10 10:47:20 +00:00
@NonNull
public final View d;
2021-08-18 07:29:27 +00:00
public x(@NonNull CardView cardView, @NonNull AccountCreditView accountCreditView, @NonNull AccountCreditView accountCreditView2, @NonNull View view) {
2021-08-10 10:47:20 +00:00
this.a = cardView;
this.b = accountCreditView;
2021-08-19 17:35:23 +00:00
this.f185c = accountCreditView2;
2021-08-10 10:47:20 +00:00
this.d = view;
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}