package kotlin.jvm.functions; import lanchon.dexpatcher.annotation.DexIgnore; @DexIgnore public interface Function0 { @DexIgnore R invoke(); }