summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls/Helpers/ITestCloudService.cs
blob: 41875368deee261dbb89f2258539d779561e6def (plain)
1
2
3
4
5
6
7
8
9
10
11
12
namespace Xamarin.Forms.Controls
{
	public interface ITestCloudService
	{
		bool IsOnTestCloud ();

		string GetTestCloudDeviceName ();

		string GetTestCloudDevice ();
	}
}