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