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

package io.sentry;

import org.jetbrains.annotations.NotNull;

public interface Integration
{
    void register(@NotNull final IScopes p0, @NotNull final SentryOptions p1);
}
