discord-jadx/app/src/main/java/c/a/d/h0.java

23 lines
716 B
Java

package c.a.d;
import androidx.fragment.app.Fragment;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: AppViewModelDelegates.kt */
public final class h0 extends o implements Function0<Fragment> {
public final /* synthetic */ Fragment $this_appViewModels;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public h0(Fragment fragment) {
super(0);
this.$this_appViewModels = fragment;
}
/* Return type fixed from 'java.lang.Object' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public Fragment mo1invoke() {
return this.$this_appViewModels;
}
}