mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 14:53:18 +00:00
vault groupings page list view stubbed
This commit is contained in:
12
src/Core/Models/View/CipherView.cs
Normal file
12
src/Core/Models/View/CipherView.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Bit.Core.Models.View
|
||||
{
|
||||
public class CipherView
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Subtitle { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user