CrackMe.apk

Download file
    package com.facebook.common.internal;

public interface Supplier<T> {
    T get();
}
    
Download file