8 lines
132 B
C#
8 lines
132 B
C#
|
namespace Ficdown.Parser.Player
|
|||
|
{
|
|||
|
public interface IRenderer
|
|||
|
{
|
|||
|
void Render(string text, string outFile);
|
|||
|
}
|
|||
|
}
|