luxlabs header browser preview


@class NSString;

@interface PSPointerShape : NSObject <NSCopying, NSSecureCoding>

@property (class, readonly) BOOL supportsSecureCoding;

@property (readonly, nonatomic) long long shapeType;
@property (readonly, nonatomic) struct CGSize { double x0; double x1; } size;
@property (readonly, nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } bounds;
@property (readonly, nonatomic) double cornerRadius;
@property (readonly, nonatomic) struct CGPoint { double x; double y; } pinnedPoint;
@property (readonly, copy, nonatomic) NSString *cornerCurve;
@property (readonly, nonatomic) struct CGPath { } *path;
@property (readonly, nonatomic) BOOL usesEvenOddFillRule;

+ (id)circleWithBounds:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
+ (id)customShapeWithPath:(struct CGPath { } *)a0 usesEvenOddFillRule:(BOOL)a1;
+ (id)elasticRoundedRectPinnedAtPoint:(struct CGPoint { double x0; double x1; })a0;
+ (id)roundedRectWithBounds:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 cornerRadius:(double)a1 cornerCurve:(id)a2;
+ (id)systemShape;
+ (id)circleWithSize:(struct CGSize { double x0; double x1; })a0;
+ (id)customShapeWithPath:(struct CGPath { } *)a0;
+ (id)roundedRectWithBounds:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 cornerRadius:(double)a1;
+ (id)roundedRectWithSize:(struct CGSize { double x0; double x1; })a0 cornerRadius:(double)a1;

- (unsigned long long)hash;
- (void)dealloc;
- (void)encodeWithCoder:(id)a0;
- (id)description;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)initWithCoder:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (struct CGPath { } *)_createMutablePathByDecodingData:(id)a0;
- (id)_initWithShapeType:(long long)a0 bounds:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a1;

@end