mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
7 lines
134 B
C#
7 lines
134 B
C#
namespace Nikse.SubtitleEdit.Core.Interfaces
|
|
{
|
|
public interface IDoSpell
|
|
{
|
|
bool DoSpell(string word);
|
|
}
|
|
} |