Move handling of dictionary creation into GSControllerTreeProxy class, per discussion with @fredkiefer

This commit is contained in:
Gregory John Casamento 2024-07-27 18:51:59 -04:00
parent abfc782a6c
commit 6f2c542b46
3 changed files with 19 additions and 14 deletions

View file

@ -40,8 +40,9 @@ extern "C" {
+ (NSMutableDictionary *) dictionaryWithChildren: (NSMutableArray *)children;
- (instancetype) initWithRepresentedObject: (id)representedObject
withController: (id)controller;
- (instancetype) initWithContent: (id)content
withController: (id)controller;
- (NSUInteger) count;
- (NSMutableArray *) children;