Implement ASChangeSetDataController.

This commit is contained in:
Huy Nguyen
2015-10-19 22:08:34 +03:00
parent 7a97c5ca00
commit 5ea4b1b92d
10 changed files with 648 additions and 5 deletions

View File

@@ -26,3 +26,7 @@ CGFloat ASCeilPixelValue(CGFloat f);
CGFloat ASRoundPixelValue(CGFloat f);
ASDISPLAYNODE_EXTERN_C_END
@interface NSIndexPath (ASInverseComparison)
- (NSComparisonResult)as_inverseCompare:(NSIndexPath *)otherIndexPath;
@end