summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml/IXamlFileProvider.cs
blob: 7f989019e4857f148b74698c27265cb0e8b30c93 (plain)
1
2
3
4
5
6
7
8
9
using System;

namespace Xamarin.Forms.Xaml
{
	public interface IXamlFileProvider
	{
		string GetXamlFor(Type type);
	}
}