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