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