Remove all extraneous implementation from concrete classes

This commit is contained in:
Gregory John Casamento 2019-06-07 11:46:46 -04:00
parent dc89404f25
commit e97ecd6e03
2 changed files with 28 additions and 430 deletions

View file

@ -1432,10 +1432,9 @@ static SEL rlSel;
}
}
- (void)replaceObjectAtIndex:(NSUInteger)index
- (void)replaceObjectAtIndex:(NSUInteger)index // required override...
withObject:(id)object
{
// required override...
[self subclassResponsibility: _cmd];
}