package com.google.firebase.installations.time;

/* JADX INFO: loaded from: classes3.dex */
public interface Clock {
    long currentTimeMillis();
}
