luxlabs header browser preview


@class NSIndexPath;

@interface UIRowMoveUpdateItem : UIUpdateItem {
    NSIndexPath *_newIndexPath;
}

- (id)collectionViewUpdateItem;
- (void).cxx_destruct;
- (id)_moveDestinationDescription;

@end