CrackMe.apk

Download file
    package com.facebook.react.uimanager.events;

public interface EventDispatcherProvider {
    EventDispatcher getEventDispatcher();
}
    
Download file