CrackMe.apk

Download file
    package com.facebook.react.uimanager;

public interface ReactPointerEventsView {
    PointerEvents getPointerEvents();
}
    
Download file