mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-03-31 13:23:35 -04:00
5 lines
111 B
C#
5 lines
111 B
C#
namespace FileLiberator
|
|
{
|
|
public interface IDownloadableProcessable : IDownloadable, IProcessable { }
|
|
}
|