CrackMe.apk

Download file
    package expo.modules.splashscreen;

import kotlin.jvm.functions.Function0;

/* compiled from: D8$$SyntheticClass */
public final /* synthetic */ class SplashScreenViewController$$ExternalSyntheticLambda1 implements Runnable {
    public final /* synthetic */ SplashScreenViewController f$0;
    public final /* synthetic */ Function0 f$1;

    public /* synthetic */ SplashScreenViewController$$ExternalSyntheticLambda1(SplashScreenViewController splashScreenViewController, Function0 function0) {
        this.f$0 = splashScreenViewController;
        this.f$1 = function0;
    }

    public final void run() {
        SplashScreenViewController.m304showSplashScreen$lambda0(this.f$0, this.f$1);
    }
}
    
Download file