CrackMe.apk

Download file
    package expo.modules.filesystem;

import okhttp3.RequestBody;

/* compiled from: D8$$SyntheticClass */
public final /* synthetic */ class FileSystemModule$$ExternalSyntheticLambda0 implements RequestBodyDecorator {
    public static final /* synthetic */ FileSystemModule$$ExternalSyntheticLambda0 INSTANCE = new FileSystemModule$$ExternalSyntheticLambda0();

    private /* synthetic */ FileSystemModule$$ExternalSyntheticLambda0() {
    }

    public final RequestBody decorate(RequestBody requestBody) {
        return FileSystemModule.m260uploadAsync$lambda42(requestBody);
    }
}
    
Download file