7 lines
141 B
Plaintext
7 lines
141 B
Plaintext
|
|
using DTS.Common.Base;
|
||
|
|
|
||
|
|
namespace DTS.Common.Interface.Realtime
|
||
|
|
{
|
||
|
|
public interface IRealtimeChannelSelectView : IBaseView { }
|
||
|
|
}
|