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

41 lines
1.2 KiB
Java
Raw Normal View History

2021-08-18 07:29:27 +00:00
package c.a.i;
2021-07-24 02:37:17 +00:00
import android.view.View;
2021-08-31 07:21:49 +00:00
import android.widget.LinearLayout;
import android.widget.TextView;
2021-07-24 02:37:17 +00:00
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
2021-08-31 07:21:49 +00:00
import com.facebook.drawee.view.SimpleDraweeView;
/* compiled from: UserActionsDialogBinding */
2021-08-18 07:29:27 +00:00
public final class r1 implements ViewBinding {
2021-07-24 02:37:17 +00:00
@NonNull
2021-08-31 07:21:49 +00:00
public final LinearLayout a;
@NonNull
public final SimpleDraweeView b;
@NonNull
/* renamed from: c reason: collision with root package name */
public final TextView f156c;
@NonNull
public final TextView d;
@NonNull
public final TextView e;
@NonNull
public final TextView f;
2021-07-24 02:37:17 +00:00
2021-08-31 07:21:49 +00:00
public r1(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) {
this.a = linearLayout;
this.b = simpleDraweeView;
this.f156c = textView;
this.d = textView2;
this.e = textView3;
this.f = textView4;
2021-07-24 02:37:17 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}