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

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