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

22 lines
570 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package c.a.i;
import android.view.View;
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
2021-07-03 23:36:06 +00:00
import com.google.android.material.textview.MaterialTextView;
2021-07-13 20:23:20 +00:00
/* compiled from: WidgetChatListBotUiSelectComponentPillBinding */
2021-06-27 20:44:35 +00:00
public final class o4 implements ViewBinding {
@NonNull
2021-07-13 20:23:20 +00:00
public final MaterialTextView a;
2021-06-27 20:44:35 +00:00
2021-07-13 20:23:20 +00:00
public o4(@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;
}
}