// 
// Decompiled by Procyon v0.6.0
// 

package io.sentry.transport;

import org.jetbrains.annotations.ApiStatus;

@ApiStatus.Internal
public interface ICurrentDateProvider
{
    long getCurrentTimeMillis();
}
