CrackMe.apk

Download file
    package com.facebook.common.references;

public interface ResourceReleaser<T> {
    void release(T t);
}
    
Download file