luxlabs header browser preview


@class NSIndexPath, UICollectionView;

@interface _UICollectionViewSourcePrivateLocalObject : NSObject

@property (retain, nonatomic) NSIndexPath *indexPath;
@property (weak, nonatomic) UICollectionView *collectionView;

- (void).cxx_destruct;
- (id)initWithIndexPath:(id)a0 collectionView:(id)a1;

@end