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