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

33 lines
1.0 KiB
Java
Raw Normal View History

2021-07-24 02:37:17 +00:00
package c.a.i;
import android.view.View;
import android.widget.FrameLayout;
2021-07-28 07:39:21 +00:00
import android.widget.RelativeLayout;
import android.widget.TextView;
2021-07-24 02:37:17 +00:00
import androidx.annotation.NonNull;
2021-07-28 07:39:21 +00:00
import androidx.fragment.app.FragmentContainerView;
2021-07-24 02:37:17 +00:00
import androidx.viewbinding.ViewBinding;
2021-07-28 07:39:21 +00:00
/* compiled from: WidgetHomePanelLeftBinding */
2021-07-24 02:37:17 +00:00
public final class d5 implements ViewBinding {
@NonNull
2021-07-28 07:39:21 +00:00
public final RelativeLayout a;
2021-07-24 02:37:17 +00:00
@NonNull
2021-07-28 07:39:21 +00:00
public final TextView b;
@NonNull
/* renamed from: c reason: collision with root package name */
public final FragmentContainerView f82c;
2021-07-24 02:37:17 +00:00
2021-07-28 07:39:21 +00:00
public d5(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FrameLayout frameLayout) {
this.a = relativeLayout;
this.b = textView;
this.f82c = fragmentContainerView2;
2021-07-24 02:37:17 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}