mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 13:53:29 +00:00
BoxedView with LabelCell
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Bit.Core.Utilities;
|
||||
using Xamarin.Forms;
|
||||
|
||||
namespace Bit.App.Pages
|
||||
{
|
||||
@@ -11,5 +12,7 @@ namespace Bit.App.Pages
|
||||
get => _pageTitle;
|
||||
set => SetProperty(ref _pageTitle, value);
|
||||
}
|
||||
|
||||
public ContentPage Page { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user