7 lines
127 B
C#
7 lines
127 B
C#
using DataPro.Common.Base;
|
|
|
|
namespace DataPro.Common.Interface
|
|
{
|
|
public interface ITileListView : IBaseView { }
|
|
}
|