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 OOCSet : OOCCollectionOOCList : OOCCollectionDid this page help you?YesNoTable of Contents - (void) add:(OOCModel*)model - (void) remove:(OOCModel*)model - (void) replace:(id)models