using System.Collections.Generic; namespace Xamarin.Forms.Internals { public interface IGestureController { IList GetChildElements(Point point); IList CompositeGestureRecognizers { get; } } }