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