luxlabs header browser preview


@class UIColor;

@interface PXGPath : NSObject <NSCopying>

@property (readonly, copy, nonatomic) UIColor *strokeColor;
@property (readonly, nonatomic) double lineWidth;
@property (readonly, copy, nonatomic) UIColor *fillColor;
@property (readonly, nonatomic) struct CGPath { } *CGPath;
@property (readonly, nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } bounds;
@property (readonly, nonatomic) int drawingMode;

- (id)init;
- (unsigned long long)hash;
- (void)dealloc;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)initWithBounds:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 CGPath:(struct CGPath { } *)a1 strokeColor:(id)a2 lineWidth:(double)a3 fillColor:(id)a4 drawingMode:(int)a5;

@end