Add implementations for child methods

This commit is contained in:
Gregory John Casamento 2023-04-04 08:51:23 -04:00
parent 2437abccff
commit 3fd8676679

View file

@ -78,6 +78,7 @@
self = [self initWithContent: array];
RELEASE(array);
return self;
}