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