mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-01-23 05:08:07 -05:00
6 lines
101 B
C#
6 lines
101 B
C#
|
|
namespace FileLiberator
|
|
{
|
|
public interface IStreamProcessable : IStreamable, IProcessable { }
|
|
}
|