зеркало из https://github.com/DeGsoft/maui-linux.git
9 строки
202 B
C#
9 строки
202 B
C#
|
using System.Threading.Tasks;
|
|||
|
|
|||
|
namespace Xamarin.Forms.Platform.iOS
|
|||
|
{
|
|||
|
public interface IShellItemTransition
|
|||
|
{
|
|||
|
Task Transition(IShellItemRenderer oldRenderer, IShellItemRenderer newRenderer);
|
|||
|
}
|
|||
|
}
|