@class UIFont, NSString, NSURL, NSAttributedString, UITraitCollection, NSMutableDictionary, NSDictionary, NSObject, TPSAssetFileInfoManager; @protocol OS_dispatch_queue, TPSConstellationContentParserDelegate; @interface TPSConstellationContentParser : NSObject @property (nonatomic) BOOL delegateRespondsToBoldFont; @property (nonatomic) BOOL delegateRespondsToItalicFont; @property (nonatomic) int numberOfParagraphTags; @property (retain, nonatomic) NSObject *syncQueue; @property (retain, nonatomic) NSMutableDictionary *assetsSessionItemMap; @property (retain, nonatomic) NSMutableDictionary *assetsTextAttachmentMap; @property (retain, nonatomic) UIFont *boldFont; @property (retain, nonatomic) UIFont *italicFont; @property (retain, nonatomic) NSDictionary *defaultAttributes; @property (retain, nonatomic) NSString *language; @property (retain, nonatomic) NSURL *assetsBaseURL; @property (retain, nonatomic) TPSAssetFileInfoManager *assetFileInfoManager; @property (copy, nonatomic) NSString *identifier; @property (copy, nonatomic) NSAttributedString *attributedString; @property (weak, nonatomic) id delegate; @property (nonatomic) long long numOfActiveRemoteURLSessions; @property (nonatomic) BOOL ignoreLinks; @property (copy, nonatomic) UITraitCollection *traitCollection; + (id)inlineIconPlaceHolderImage; - (id)init; - (void)dealloc; - (void).cxx_destruct; - (id)_colorForSystemColorString:(id)a0; - (id)accessibilityLabelFromAttribute:(id)a0; - (id)attributedStringForConstellationContent:(id)a0 defaultAttributes:(id)a1 identifier:(id)a2 language:(id)a3 assetsBaseURL:(id)a4 assetFileInfoManager:(id)a5 error:(id *)a6; - (id)attributedStringForContent:(id)a0 error:(id *)a1; - (id)attributedStringForInlineIconNode:(id)a0; - (id)attributedStringForParagraphNode:(id)a0 error:(id *)a1; - (id)attributedStringForPersonalizedTextNode:(id)a0 error:(id *)a1; - (id)attributedStringForSymbolNode:(id)a0; - (id)attributedStringForTextNode:(id)a0; - (id)attributesWithMarks:(id)a0; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })boundsForImage:(id)a0 size:(struct CGSize { double x0; double x1; })a1; - (void)cancelAssetFetches; - (void)fetchAssetConfiguration:(id)a0 cacheIdentifier:(id)a1 textAttachment:(id)a2; - (struct CGSize { double x0; double x1; })normalizedSizeFromSize:(struct CGSize { double x0; double x1; })a0 scale:(double)a1; - (double)scaledValueForSize:(double)a0; @end