using System; namespace Microsoft.Maui { public record SwipeViewSwipeStarted(SwipeDirection SwipeDirection); }