File: Core\ISwipeItemView.cs
Web Access
Project: src\src\Core\src\Core.csproj (Microsoft.Maui)
namespace Microsoft.Maui
{
	/// <summary>
	/// Represents a custom individual command in a SwipeView.
	/// </summary>
	public interface ISwipeItemView : IContentView, ISwipeItem
	{
	}
}