CrackMe.apk

Download file
    package androidx.appcompat.widget;

public interface WithHint {
    CharSequence getHint();
}
    
Download file