CrackMe.apk

Download file
    package com.facebook.react.uimanager;

public interface ReactCompoundViewGroup extends ReactCompoundView {
    boolean interceptsTouchEvent(float f, float f2);
}
    
Download file