using System; using Xamarin.Forms; namespace SampleApp.CustomRenderers { public class CustomView : Editor { } }