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

package io.sentry.hints;

public interface Retryable
{
    boolean isRetry();
    
    void setRetry(final boolean p0);
}
