summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/ISystemResourcesProvider.cs
blob: db905ae07b792a9329897a5954c353a426330922 (plain)
1
2
3
4
5
6
7
8
9
10
using System.ComponentModel;

namespace Xamarin.Forms.Internals
{
	[EditorBrowsable(EditorBrowsableState.Never)]
	public interface ISystemResourcesProvider
	{
		IResourceDictionary GetSystemResources();
	}
}