CrackMe.apk

Download file
    package com.facebook.common.internal;

public interface Predicate<T> {
    boolean apply(T t);
}
    
Download file