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

41 lines
1.2 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-24 07:28:10 +00:00
import android.widget.ImageView;
2021-07-27 00:35:07 +00:00
import android.widget.LinearLayout;
2021-07-24 02:37:17 +00:00
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
2021-08-24 07:28:10 +00:00
import com.discord.views.sticker.StickerView;
/* compiled from: WidgetChatInputStickerSuggestionsBinding */
2021-08-18 07:29:27 +00:00
public final class r4 implements ViewBinding {
2021-07-24 02:37:17 +00:00
@NonNull
2021-07-27 00:35:07 +00:00
public final LinearLayout a;
2021-08-24 07:28:10 +00:00
@NonNull
public final StickerView b;
@NonNull
/* renamed from: c reason: collision with root package name */
public final StickerView f155c;
@NonNull
public final StickerView d;
@NonNull
public final StickerView e;
@NonNull
public final ImageView f;
2021-07-24 02:37:17 +00:00
2021-08-24 07:28:10 +00:00
public r4(@NonNull LinearLayout linearLayout, @NonNull StickerView stickerView, @NonNull StickerView stickerView2, @NonNull StickerView stickerView3, @NonNull StickerView stickerView4, @NonNull ImageView imageView) {
2021-07-27 00:35:07 +00:00
this.a = linearLayout;
2021-08-24 07:28:10 +00:00
this.b = stickerView;
this.f155c = stickerView2;
this.d = stickerView3;
this.e = stickerView4;
this.f = imageView;
2021-07-24 02:37:17 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}