/**
 * public final class GroupedNewsListDelegateAdapter : kotlin/Any {
 *
 *   // signature: <init>(Lkotlin/jvm/functions/Function0;)V
 *   public constructor(onWiFiClickListener: kotlin/Function0<kotlin/Unit>)
 *
 *   // module name: main
 * }
 */
@kotlin.Metadata()
public final class GroupedNewsListDelegateAdapter {

    public GroupedNewsListDelegateAdapter(@org.jetbrains.annotations.NotNull()
    kotlin.jvm.functions.Function0<kotlin.Unit> onWiFiClickListener) {
        super();
    }
}

////////////////////


/**
 * public final class HomeFragment : kotlin/Any {
 *
 *   // signature: <init>()V
 *   public constructor()
 *
 *   // field: categoryNewsListPresenter$delegate:Lkotlin/Unit;
 *   // getter: getCategoryNewsListPresenter()Lerror/NonExistentClass;
 *   // synthetic method for annotations: getCategoryNewsListPresenter$annotations()V
 *   private final (* delegated *) val categoryNewsListPresenter: error/NonExistentClass
 *     private final (* non-default *) get
 *
 *   // field: groupedNewsListAdapter$delegate:Lkotlin/Lazy;
 *   // getter: getGroupedNewsListAdapter()LGroupedNewsListDelegateAdapter;
 *   private final (* delegated *) val groupedNewsListAdapter: GroupedNewsListDelegateAdapter
 *     private final (* non-default *) get
 *
 *   // module name: main
 * }
 */
@kotlin.Metadata()
public final class HomeFragment {
    private final kotlin.Unit categoryNewsListPresenter$delegate = null;
    private final kotlin.Lazy groupedNewsListAdapter$delegate = null;

    public HomeFragment() {
        super();
    }

    private final error.NonExistentClass getCategoryNewsListPresenter() {
        return null;
    }

    @kotlin.Suppress(names = {"TOO_MANY_ARGUMENTS", "DELEGATE_SPECIAL_FUNCTION_MISSING"})
    @java.lang.Deprecated()
    private static void getCategoryNewsListPresenter$annotations() {
    }

    private final GroupedNewsListDelegateAdapter getGroupedNewsListAdapter() {
        return null;
    }
}

////////////////////


/**
 * package {
 *
 *   // signature: moxyPresenter()V
 *   public final fun moxyPresenter(): kotlin/Unit
 *
 *   // module name: main
 * }
 */
@kotlin.Metadata()
public final class IncorrectDelegateKt {

    public IncorrectDelegateKt() {
        super();
    }

    public static final void moxyPresenter() {
    }
}
