ImgMetadataRemover/Image/IOutputFormatter.cs
2022-01-22 19:06:10 +02:00

7 lines
No EOL
122 B
C#

namespace Image
{
public interface IOutputFormatter
{
string FormatOutputPath(string filePath);
}
}