summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WP8/ICellRenderer.cs
blob: 350b72d6eac96a095a9f99c37b0f94dc9580bf56 (plain)
1
2
3
4
5
6
7
namespace Xamarin.Forms.Platform.WinPhone
{
	public interface ICellRenderer : IRegisterable
	{
		System.Windows.DataTemplate GetTemplate(Cell cell);
	}
}