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

package io.sentry;

import org.jetbrains.annotations.ApiStatus;

@ApiStatus.Internal
public final class SentryNanotimeDateProvider implements SentryDateProvider
{
    @Override
    public SentryDate now() {
        return new SentryNanotimeDate();
    }
}
