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