12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
|
|
using DTS.Common.Base;
|
||
|
|
|
||
|
|
namespace DTS.Common.Interface.Menu.HamburgerMenu
|
||
|
|
{
|
||
|
|
/// <summary>
|
||
|
|
/// view for group channels
|
||
|
|
/// </summary>
|
||
|
|
public interface IHamburgerMenuView:IBaseView
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|