luxlabs header browser preview


@class NSString;

@interface TSWPShapeStyle : TSDShapeStyle <TSSPreset>

@property (readonly, nonatomic) NSString *presetKind;

+ (id)properties;
+ (int)defaultIntValueForProperty:(int)a0;
+ (id)defaultValueForProperty:(int)a0;
+ (id)layoutProperties;
+ (id)presetStyleDescriptor;
+ (id)propertiesAllowingNSNull;

- (void)setDefaultParagraphStyle:(id)a0;
- (id)defaultParagraphStyle;
- (id)boxedValueForProperty:(int)a0 oldBoxedValue:(id)a1 transformedByTransform:(struct CGAffineTransform { double x0; double x1; double x2; double x3; double x4; double x5; })a2;
- (SEL)mapThemePropertyMapSelector;

@end