mirror of
https://github.com/sphildreth/roadie
synced 2024-11-26 06:00:23 +00:00
10 lines
No EOL
212 B
C#
10 lines
No EOL
212 B
C#
using System.Collections.Generic;
|
|
using System.Threading.Tasks;
|
|
using RestSharp;
|
|
|
|
namespace Roadie.Library.SearchEngines.Imaging
|
|
{
|
|
public interface IBingImageSearchEngine : IImageSearchEngine
|
|
{
|
|
}
|
|
} |