OOCMutableSet : OOCSetUnsorted mutable collection Suggest Edits- (void) add:(OOCModel*)model Adds a model to the set. - (void) remove:(OOCModel*)model Removes a model from the set. - (void) replace:(id)models Removes all objects in the set and adds the ones specified in models.Updated less than a minute ago Table of Contents - (void) add:(OOCModel*)model - (void) remove:(OOCModel*)model - (void) replace:(id)models