summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/Internals/ResourceLoader.cs
blob: e7b1be1dc8f61cb9b5d82214f8e6179056d15d34 (plain)
1
2
3
4
5
6
7
8
9
using System;
namespace Xamarin.Forms.Internals
{
	public static class ResourceLoader
	{
		public static Func<string, string> ResourceProvider { get; internal set; }
		internal static Action<Exception> ExceptionHandler { get; set; }
	}
}