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

39 lines
1.1 KiB
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;
2021-07-28 07:39:21 +00:00
import android.widget.ImageView;
import android.widget.ProgressBar;
2021-07-24 02:37:17 +00:00
import android.widget.TextView;
import androidx.annotation.NonNull;
2021-07-28 07:39:21 +00:00
import androidx.constraintlayout.widget.ConstraintLayout;
2021-07-24 02:37:17 +00:00
import androidx.viewbinding.ViewBinding;
2021-07-28 07:39:21 +00:00
/* compiled from: ViewUploadProgressBinding */
2021-08-03 07:33:18 +00:00
public final class v3 implements ViewBinding {
2021-07-24 02:37:17 +00:00
@NonNull
2021-07-28 07:39:21 +00:00
public final ConstraintLayout a;
2021-07-24 02:37:17 +00:00
@NonNull
2021-07-28 07:39:21 +00:00
public final ProgressBar b;
2021-07-24 02:37:17 +00:00
@NonNull
/* renamed from: c reason: collision with root package name */
2021-08-03 07:33:18 +00:00
public final ImageView f177c;
2021-07-24 02:37:17 +00:00
@NonNull
public final TextView d;
2021-07-27 00:35:07 +00:00
@NonNull
2021-07-28 07:39:21 +00:00
public final TextView e;
2021-07-24 02:37:17 +00:00
2021-08-03 07:33:18 +00:00
public v3(@NonNull ConstraintLayout constraintLayout, @NonNull ProgressBar progressBar, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) {
2021-07-28 07:39:21 +00:00
this.a = constraintLayout;
this.b = progressBar;
2021-08-03 07:33:18 +00:00
this.f177c = imageView;
2021-07-28 07:39:21 +00:00
this.d = textView;
this.e = textView2;
2021-07-24 02:37:17 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}