CrackMe.apk

Download file
    package expo.modules.kotlin.functions;

import expo.modules.kotlin.jni.JNIFunctionBody;
import expo.modules.kotlin.jni.JavaScriptModuleObject;

/* compiled from: D8$$SyntheticClass */
public final /* synthetic */ class SyncFunctionComponent$$ExternalSyntheticLambda0 implements JNIFunctionBody {
    public final /* synthetic */ SyncFunctionComponent f$0;
    public final /* synthetic */ JavaScriptModuleObject f$1;

    public /* synthetic */ SyncFunctionComponent$$ExternalSyntheticLambda0(SyncFunctionComponent syncFunctionComponent, JavaScriptModuleObject javaScriptModuleObject) {
        this.f$0 = syncFunctionComponent;
        this.f$1 = javaScriptModuleObject;
    }

    public final Object invoke(Object[] objArr) {
        return SyncFunctionComponent.m285attachToJSObject$lambda2(this.f$0, this.f$1, objArr);
    }
}
    
Download file