using System;
using System.Collections.Generic;
using System.Text;

namespace OSGeo.MapGuide.Viewer
{
    /// <summary>
    /// A map viewer component
    /// </summary>
    public interface IMapViewerComponent
    {

    }
}