luxlabs header browser preview


@interface SXMosaicGalleryLayoutItem : NSObject

@property (readonly, nonatomic) struct CGSize { double width; double height; } dimensions;
@property (readonly, nonatomic) int tileType;

- (id)description;
- (double)aspectRatio;
- (id)initWithDimensions:(struct CGSize { double x0; double x1; })a0;

@end