using System; namespace SDRSharp.FrequencyEdit { internal interface IRenderable { void Render(); } }