discord-jadx/app/src/main/java/b/a/i/b5.java

23 lines
606 B
Java
Raw Normal View History

2021-12-21 23:37:30 +00:00
package b.a.i;
2021-06-27 20:44:35 +00:00
import android.view.View;
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
2022-04-04 20:51:55 +00:00
import com.google.android.material.textview.MaterialTextView;
/* compiled from: WidgetChatListBotUiSelectComponentPillBinding.java */
2022-03-02 20:59:20 +00:00
/* loaded from: classes.dex */
2021-08-24 17:45:16 +00:00
public final class b5 implements ViewBinding {
2021-06-27 20:44:35 +00:00
@NonNull
2022-04-04 20:51:55 +00:00
public final MaterialTextView a;
2021-06-27 20:44:35 +00:00
2022-04-04 20:51:55 +00:00
public b5(@NonNull MaterialTextView materialTextView) {
this.a = materialTextView;
2021-06-27 20:44:35 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}