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