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