CrackMe.apk

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

import android.text.Spannable;

public interface ReactTextViewManagerCallback {
    void onPostProcessSpannable(Spannable spannable);
}
    
Download file