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

package io.sentry.config;

import org.jetbrains.annotations.Nullable;
import java.util.Properties;

interface PropertiesLoader
{
    @Nullable
    Properties load();
}
