﻿namespace CVR.CCKEditor.ContentBuilder
{
    /// <summary>
    /// Interface for marking components that should be removed at the end of the build process.
    /// </summary>
    public interface ICCKEditorOnly
    {
        // Marker interface
    }
}