CrackMe.apk

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

import android.text.style.StrikethroughSpan;

public class ReactStrikethroughSpan extends StrikethroughSpan implements ReactSpan {
}
    
Download file