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