@interface TPPageIndexPath : NSObject <NSCopying> @property (nonatomic) unsigned long long sectionIndex; @property (nonatomic) unsigned long long pageIndex; - (id)init; - (id)description; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)initWithSectionIndex:(unsigned long long)a0 pageIndex:(unsigned long long)a1; @end