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

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