Native navigation
This commit is contained in:
6
salesbook.Shared/Core/Interface/IPageTitleService.cs
Normal file
6
salesbook.Shared/Core/Interface/IPageTitleService.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace salesbook.Shared.Core.Interface;
|
||||
|
||||
public interface IPageTitleService
|
||||
{
|
||||
void SetTitle(string title);
|
||||
}
|
||||
Reference in New Issue
Block a user