discord-jadx/app/src/main/java/c/a/j/s4.java

22 lines
570 B
Java
Raw Normal View History

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