luxlabs header browser preview


@interface AVTMinimumContentSizeCollectionViewLayout : UICollectionViewFlowLayout

@property (nonatomic) struct CGSize { double width; double height; } minimumContentSize;

- (struct CGSize { double x0; double x1; })collectionViewContentSize;

@end