luxlabs header browser preview


@interface SBDisplayItemGridLayoutRestrictionInfo : NSObject {
    unsigned long long _cachedHash;
}

@property (readonly, nonatomic) unsigned long long layoutRestrictions;
@property (readonly, nonatomic) struct CGSize { double width; double height; } restrictedSize;

+ (id)layoutRestrictionInfoWithLayoutRestrictions:(unsigned long long)a0 restrictedSize:(struct CGSize { double x0; double x1; })a1;

- (unsigned long long)hash;
- (id)succinctDescriptionBuilder;
- (id)descriptionBuilderWithMultilinePrefix:(id)a0;
- (id)description;
- (id)descriptionWithMultilinePrefix:(id)a0;
- (id)succinctDescription;
- (BOOL)isEqual:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)_initWithLayoutRestrictions:(unsigned long long)a0 restrictedSize:(struct CGSize { double x0; double x1; })a1;

@end