8 lines
136 B
C#
8 lines
136 B
C#
|
|
namespace Toolkit.Foundation
|
|
{
|
|
public interface INavigationConfirmationAsync
|
|
{
|
|
Task<bool> CanConfirmAsync();
|
|
}
|
|
} |