Redesign DookLiberation control flow.

This commit is contained in:
Michael Bucari-Tovo 2021-08-11 18:08:38 -06:00
parent 963d632208
commit 0045cf05ef
28 changed files with 817 additions and 726 deletions

View file

@ -0,0 +1,5 @@

namespace FileLiberator
{
public interface IStreamProcessable : IStreamable, IProcessable { }
}