package org.apache.http.impl.client;

/* loaded from: classes2.dex */
interface Clock {
    long getCurrentTime();
}
