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

41 lines
1.2 KiB
Java

package c.a.i;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
/* compiled from: IntegrationSyncSettingsBinding */
public final class w implements ViewBinding {
@NonNull
public final LinearLayout a;
@NonNull
public final TextView b;
@NonNull
/* renamed from: c reason: collision with root package name */
public final TextView f179c;
@NonNull
public final RelativeLayout d;
@NonNull
public final TextView e;
@NonNull
public final RelativeLayout f;
public w(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull RelativeLayout relativeLayout, @NonNull TextView textView3, @NonNull RelativeLayout relativeLayout2) {
this.a = linearLayout;
this.b = textView;
this.f179c = textView2;
this.d = relativeLayout;
this.e = textView3;
this.f = relativeLayout2;
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}