luxlabs header browser preview


@class NSMutableArray, SUUILockupViewElement;

@interface SUUIEditorialCardLayout : NSObject

@property (readonly, nonatomic) NSMutableArray *allLockups;
@property (readonly, nonatomic) SUUILockupViewElement *primaryLockup;
@property (readonly, nonatomic) struct CGSize { double width; double height; } primaryLockupSize;
@property (readonly, nonatomic) double secondaryLockupWidth;

- (void).cxx_destruct;
- (id)initWithCard:(id)a0 width:(double)a1 context:(id)a2;

@end