8 lines
150 B
C#
8 lines
150 B
C#
|
|
namespace Kromek.Framework.Core.Extensions
|
|
{
|
|
public interface INavigationConfirmationAsync
|
|
{
|
|
Task<bool> CanConfirmAsync();
|
|
}
|
|
} |