mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
tree node traversal for folder
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Bit.Core.Models.View
|
||||
{
|
||||
public class CollectionView : View
|
||||
public class CollectionView : View, ITreeNodeObject
|
||||
{
|
||||
public CollectionView() { }
|
||||
|
||||
|
||||
@@ -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