@class NSString, PXFeedViewModel, NSDictionary; @interface PXFeedTitleLayout : PXGLayout { struct { unsigned long long needsUpdate; unsigned long long updated; BOOL isPerformingUpdate; BOOL willPerformUpdate; } _updateFlags; unsigned int _titleSpriteIndex; unsigned short _titleMediaVersion; NSDictionary *_subtitleAttributes; } @property (readonly, nonatomic) PXFeedViewModel *viewModel; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)init; - (id)initWithViewModel:(id)a0; - (void)observable:(id)a0 didChange:(unsigned long long)a1 context:(void *)a2; - (void)_invalidateTitle; - (id)axSpriteIndexes; - (void)update; - (void)displayScaleDidChange; - (id)attributedStringForSpriteAtIndex:(unsigned int)a0 inLayout:(id)a1; - (id)stringAtIndex:(unsigned int)a0 inLayout:(id)a1; - (void).cxx_destruct; - (long long)verticalAlignmentForStringAtIndex:(unsigned int)a0 inLayout:(id)a1; - (void)_updateAttributes; - (void)_updateTitle; - (void)referenceSizeDidChange; - (id)stringAttributesAtIndex:(unsigned int)a0 inLayout:(id)a1; - (void)_invalidateAttributes; - (void)_invalidateTitleContentVersion; @end