Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix object type in replaceObjectInFooAtIndex:withObject:
The generated .m files should use the object class in - (void)replaceObjectInFoosAtIndex:(NSUInteger)idx withObject:(Foo*)value rather than the collection class (eg - (void)replaceObjectInFoosAtIndex:(NSUInteger)idx withObject:(NSOrderedSet*)value)
- Loading branch information