luxlabs header browser preview


@interface TTMutableParagraphStyle : TTParagraphStyle

@property (nonatomic) unsigned int style;
@property (nonatomic) long long alignment;
@property (nonatomic) long long writingDirection;
@property (nonatomic) unsigned long long indent;
@property (nonatomic) unsigned long long startingItemNumber;
@property (nonatomic) unsigned int hints;
@property (nonatomic) BOOL needsParagraphCleanup;
@property (nonatomic) BOOL needsListCleanup;

+ (id)paragraphStyleNamed:(unsigned int)a0;

- (id)copyWithZone:(struct _NSZone { } *)a0;

@end