using System; namespace Microsoft.Maui { public record SwipeViewSwipeChanging(SwipeDirection SwipeDirection, double Offset); }