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

22 lines
570 B
Java
Raw Normal View History

2021-07-24 02:37:17 +00:00
package c.a.i;
import android.view.View;
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
import com.google.android.material.textview.MaterialTextView;
/* compiled from: WidgetChatListBotUiSelectComponentPillBinding */
public final class q4 implements ViewBinding {
@NonNull
public final MaterialTextView a;
public q4(@NonNull MaterialTextView materialTextView) {
this.a = materialTextView;
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}