File: Compatibility\Handlers\Shell\iOS\IShellItemTransition.cs
Web Access
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls)
#nullable disable
using System.Threading.Tasks;
 
namespace Microsoft.Maui.Controls.Platform.Compatibility
{
	public interface IShellItemTransition
	{
		Task Transition(IShellItemRenderer oldRenderer, IShellItemRenderer newRenderer);
	}
}