summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/AppCompat/ViewRenderer.cs
blob: 85ff39852f1524ce77d1435927a113b894a1edf0 (plain)
1
2
3
4
5
6
namespace Xamarin.Forms.Platform.Android.AppCompat
{
	public abstract class ViewRenderer<TView, TControl> : Android.ViewRenderer<TView, TControl> where TView : View where TControl : global::Android.Views.View
	{
	}
}