luxlabs header browser preview


@interface TMLSize : NSObject <TMLSizeJSExports, NSCopying>

@property (readonly, nonatomic) struct CGSize { double width; double height; } size;
@property (readonly, nonatomic) double width;
@property (readonly, nonatomic) double height;

+ (void)initializeJSContext:(id)a0;

- (id)initWithSize:(struct CGSize { double x0; double x1; })a0;
- (id)description;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)CGSizeValue;
- (id)scale:(double)a0 :(double)a1;
- (id)asRect;
- (id)extend:(double)a0 :(double)a1;
- (id)max:(double)a0 :(double)a1;
- (id)min:(double)a0 :(double)a1;

@end