@class UIColor, NSString; @interface NUNewsFeedTitleViewStyler : NSObject @property (copy, nonatomic) UIColor *textColor; @property (readonly, nonatomic) long long textAlignment; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)init; - (void).cxx_destruct; - (id)styleTitleText:(id)a0 styleType:(unsigned long long)a1 boundingSize:(struct CGSize { double x0; double x1; })a2; - (id)initWithTextAlignment:(long long)a0; - (id)messageLargeFont; - (id)messageSmallFont; - (id)styleTextAsMessage:(id)a0 boundingSize:(struct CGSize { double x0; double x1; })a1; - (id)styleTextAsTitle:(id)a0 boundingSize:(struct CGSize { double x0; double x1; })a1; - (id)titleExtraLargeFont; - (id)titleParagraphStyleWithWrapping:(BOOL)a0; - (void)updateWithTextColor:(id)a0; @end