#import @interface TGIndexPath : NSObject @property (nonatomic, assign) NSUInteger section; @property (nonatomic, assign) NSUInteger row; + (instancetype)indexPathForRow:(NSUInteger)row inSection:(NSUInteger)section; @end