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

31 lines
861 B
Java
Raw Normal View History

2021-07-24 02:37:17 +00:00
package c.a.i;
import android.view.View;
2021-07-28 07:39:21 +00:00
import android.widget.FrameLayout;
2021-07-24 02:37:17 +00:00
import androidx.annotation.NonNull;
2021-07-27 00:35:07 +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: WidgetHomePanelCenterBinding */
2021-07-24 02:37:17 +00:00
public final class a5 implements ViewBinding {
@NonNull
2021-07-28 07:39:21 +00:00
public final FrameLayout a;
2021-07-27 00:35:07 +00:00
@NonNull
2021-07-28 07:39:21 +00:00
public final b5 b;
2021-07-27 00:35:07 +00:00
@NonNull
/* renamed from: c reason: collision with root package name */
2021-07-28 07:39:21 +00:00
public final FragmentContainerView f64c;
2021-07-24 02:37:17 +00:00
2021-07-28 07:39:21 +00:00
public a5(@NonNull FrameLayout frameLayout, @NonNull b5 b5Var, @NonNull FragmentContainerView fragmentContainerView) {
this.a = frameLayout;
this.b = b5Var;
this.f64c = fragmentContainerView;
2021-07-24 02:37:17 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}