BotSharp/BotSharp.Core/Engines/ITokenizer.cs

14 lines
197 B
C#
Raw Normal View History

2018-05-22 00:39:33 +00:00
using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.Core.Engines
{
2018-06-13 12:23:03 +00:00
/// <summary>
///
/// </summary>
public interface ITokenizer
2018-05-22 00:39:33 +00:00
{
}
}