CrackMe.apk

Download file
    package com.facebook.react.module.model;

import java.util.Map;

public interface ReactModuleInfoProvider {
    Map<String, ReactModuleInfo> getReactModuleInfos();
}
    
Download file