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

33 lines
1.0 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-10 10:47:20 +00:00
import android.widget.FrameLayout;
import android.widget.RelativeLayout;
2021-07-27 00:35:07 +00:00
import android.widget.TextView;
2021-07-24 02:37:17 +00:00
import androidx.annotation.NonNull;
2021-08-10 10:47:20 +00:00
import androidx.fragment.app.FragmentContainerView;
2021-07-24 02:37:17 +00:00
import androidx.viewbinding.ViewBinding;
2021-08-10 10:47:20 +00:00
/* compiled from: WidgetHomePanelLeftBinding */
2021-08-18 07:29:27 +00:00
public final class g5 implements ViewBinding {
2021-07-24 02:37:17 +00:00
@NonNull
2021-08-10 10:47:20 +00:00
public final RelativeLayout a;
@NonNull
public final TextView b;
@NonNull
/* renamed from: c reason: collision with root package name */
2021-08-18 07:29:27 +00:00
public final FragmentContainerView f99c;
2021-07-24 02:37:17 +00:00
2021-08-18 07:29:27 +00:00
public g5(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FrameLayout frameLayout) {
2021-08-10 10:47:20 +00:00
this.a = relativeLayout;
this.b = textView;
2021-08-18 07:29:27 +00:00
this.f99c = fragmentContainerView2;
2021-07-24 02:37:17 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}