CrackMe.apk

Download file
    package com.facebook.drawable.base;

public interface DrawableWithCaches {
    void dropCaches();
}
    
Download file