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

package io.sentry.internal.debugmeta;

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

@ApiStatus.Internal
public interface IDebugMetaLoader
{
    @Nullable
    List<Properties> loadDebugMeta();
}
