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

package io.sentry;

public interface ISocketTagger
{
    void tagSockets();
    
    void untagSockets();
}
