blob: 3d3b6ffbab9e75d43e8a9d95b08a863d9d4ef708 [file] [log] [blame]
package com.squareup.leakcanary;
public interface Clock {
/** See Android SystemClock.uptimeMillis(). */
long uptimeMillis();
}