mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 00:33:20 +00:00
tree node traversal for folder
This commit is contained in:
@@ -3,7 +3,7 @@ using System;
|
||||
|
||||
namespace Bit.Core.Models.View
|
||||
{
|
||||
public class FolderView : View
|
||||
public class FolderView : View, ITreeNodeObject
|
||||
{
|
||||
public FolderView() { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user