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