CrackMe.apk

Download file
    package com.facebook.react.touch;

import android.graphics.Rect;

public interface ReactHitSlopView {
    Rect getHitSlopRect();
}
    
Download file