7 lines
No EOL
133 B
C#
7 lines
No EOL
133 B
C#
namespace Geekbot.net.Lib.Media
|
|
{
|
|
public interface IMediaProvider
|
|
{
|
|
string GetMedia(MediaType type);
|
|
}
|
|
} |