mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 23:03:23 +00:00
setup domain and view
This commit is contained in:
@@ -4,8 +4,9 @@ using System.Text;
|
||||
|
||||
namespace Bit.Core.Models.View
|
||||
{
|
||||
public class CipherView
|
||||
public class CipherView : View
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Subtitle { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user