summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/Cells/INativeElementView.cs
blob: 2d015282929436fc4854c522feb7329dc39be352 (plain)
1
2
3
4
5
6
7
namespace Xamarin.Forms
{
	public interface INativeElementView
	{
		Element Element { get; }
	}
}