CrackMe.apk

Download file
    package com.facebook.react.touch;

public interface ReactInterceptingViewGroup {
    void setOnInterceptTouchEventListener(OnInterceptTouchEventListener onInterceptTouchEventListener);
}
    
Download file