CrackMe.apk

Download file
    package com.facebook.react.views.textinput;

public interface ContentSizeWatcher {
    void onLayout();
}
    
Download file