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