luxlabs header browser preview


@class NSString;

@interface STUIStatusBarRegionAxisStackingLayout : NSObject <STUIStatusBarRegionAxisLayout>

@property (nonatomic) long long alignment;
@property (nonatomic) double interspace;
@property (nonatomic) BOOL hugging;
@property (readonly, nonatomic) BOOL canOverflowItems;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id)constraintsForDisplayItems:(id)a0 layoutGuides:(id)a1 inContainerItem:(id)a2 axis:(long long)a3;

@end