SubtitleEdit/libse/Interfaces/IDoSpell.cs
2016-02-02 20:40:47 +01:00

7 lines
134 B
C#

namespace Nikse.SubtitleEdit.Core.Interfaces
{
public interface IDoSpell
{
bool DoSpell(string word);
}
}