mirror of
https://github.com/sphildreth/roadie
synced 2024-11-30 08:00:21 +00:00
8 lines
183 B
C#
8 lines
183 B
C#
|
using System.Threading.Tasks;
|
|||
|
|
|||
|
namespace Roadie.Library.SearchEngines.MetaData.iTunes
|
|||
|
{
|
|||
|
public interface IiTunesHelper : IArtistSearchEngine, IReleaseSearchEngine
|
|||
|
{
|
|||
|
}
|
|||
|
}
|