CrackMe.apk

Download file
    package com.facebook.common.time;

public interface MonotonicNanoClock {
    long nowNanos();
}
    
Download file