mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 04:39:27 +00:00
Drafting for recycle bin support
This commit is contained in:
@@ -15,7 +15,9 @@
|
||||
- (NSArray *)childGroups;
|
||||
/* Returns all entries under this group and it's subgroups */
|
||||
- (NSArray *)childEntries;
|
||||
|
||||
/* Returns the entry with the UUID */
|
||||
- (KdbEntry *)entryForUUID:(UUID *)uuid;
|
||||
/* Returns the group with the UUID */
|
||||
- (KdbGroup *)groupForUUID:(UUID *)uuid;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user