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

41 lines
1.2 KiB
Java

package c.a.i;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
import com.discord.views.sticker.StickerView;
/* compiled from: WidgetChatInputStickerSuggestionsBinding */
public final class m4 implements ViewBinding {
@NonNull
public final LinearLayout a;
@NonNull
public final StickerView b;
@NonNull
/* renamed from: c reason: collision with root package name */
public final StickerView f128c;
@NonNull
public final StickerView d;
@NonNull
public final StickerView e;
@NonNull
public final ImageView f;
public m4(@NonNull LinearLayout linearLayout, @NonNull StickerView stickerView, @NonNull StickerView stickerView2, @NonNull StickerView stickerView3, @NonNull StickerView stickerView4, @NonNull ImageView imageView) {
this.a = linearLayout;
this.b = stickerView;
this.f128c = stickerView2;
this.d = stickerView3;
this.e = stickerView4;
this.f = imageView;
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}