summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/PlatformConfiguration/ExtensionPoints.cs
blob: fbddfeb7ea88d07fb763821e55be9d887729a5fd (plain)
1
2
3
4
5
6
7
8
9

namespace Xamarin.Forms.PlatformConfiguration
{
	public sealed class Android : IConfigPlatform { }
	public sealed class iOS : IConfigPlatform { }
	public sealed class Windows : IConfigPlatform { }
	public sealed class Tizen : IConfigPlatform { }
	public sealed class macOS : IConfigPlatform { }
}