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

22 lines
570 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;
import androidx.viewbinding.ViewBinding;
2021-11-29 08:39:39 +00:00
import com.google.android.material.textview.MaterialTextView;
/* compiled from: WidgetChatListBotUiSelectComponentPillBinding */
2021-08-18 07:29:27 +00:00
public final class w4 implements ViewBinding {
@NonNull
2021-11-29 08:39:39 +00:00
public final MaterialTextView a;
2021-10-18 07:12:10 +00:00
2021-11-29 08:39:39 +00:00
public w4(@NonNull MaterialTextView materialTextView) {
this.a = materialTextView;
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}