using DataPro.Common.Base; namespace DataPro.Common.Interface { public interface ITileView : IBaseView { } }