Add note for IExtractable

This commit is contained in:
Matt Nadareski
2023-03-21 13:14:42 -04:00
parent 0983073538
commit b023549b87

View File

@@ -5,6 +5,8 @@ namespace BinaryObjectScanner.Interfaces
/// <summary>
/// Mark a file type as being able to be extracted
/// </summary>
/// TODO: Change to have output directory passed in
/// TODO: Change to return a bool
public interface IExtractable
{
/// <summary>