Archived
1

Implemented Evaluation

This commit is contained in:
Kim Wittenburg
2014-09-07 16:46:37 +02:00
parent 08a6db827f
commit 205de83a28
2 changed files with 7 additions and 23 deletions

View File

@@ -34,4 +34,8 @@
- (NSIndexPath *)indexPathByIncrementingLastIndex;
- (NSIndexPath *)indexPathByDecrementingLastIndex;
- (NSIndexPath *)indexPathWithLength:(NSUInteger)length; // use length indexes from the receiver, exception if too much
- (NSIndexPath *)commonIndexPathWith:(NSIndexPath *)indexPath;
@end