mirror of
https://github.com/SabreTools/NDecrypt.git
synced 2026-07-13 12:26:54 +00:00
8 lines
98 B
C#
8 lines
98 B
C#
namespace NDecrypt.Core
|
|
{
|
|
public interface ITool
|
|
{
|
|
bool ProcessFile();
|
|
}
|
|
}
|