CrackMe.apk

Download file
    package expo.modules.kotlin.allocators;

import expo.modules.kotlin.allocators.UnsafeAllocator;
import java.lang.reflect.Method;

/* compiled from: D8$$SyntheticClass */
public final /* synthetic */ class UnsafeAllocator$Companion$$ExternalSyntheticLambda2 implements UnsafeAllocator {
    public final /* synthetic */ Method f$0;
    public final /* synthetic */ Object f$1;
    public final /* synthetic */ Class f$2;

    public /* synthetic */ UnsafeAllocator$Companion$$ExternalSyntheticLambda2(Method method, Object obj, Class cls) {
        this.f$0 = method;
        this.f$1 = obj;
        this.f$2 = cls;
    }

    public final Object newInstance() {
        return UnsafeAllocator.Companion.m281createAllocator$lambda1(this.f$0, this.f$1, this.f$2);
    }
}
    
Download file