CrackMe.apk

Download file
    package com.facebook.react.uimanager;

public interface UIBlock {
    void execute(NativeViewHierarchyManager nativeViewHierarchyManager);
}
    
Download file