@class NSString, PXStoryModel; @interface PXStoryFadeOverlayLayout : PXGLayout { struct { unsigned long long needsUpdate; unsigned long long updated; BOOL isPerformingUpdate; BOOL willPerformUpdate; } _updateFlags; unsigned int _fadeSpriteIndex; } @property (readonly, nonatomic) PXStoryModel *model; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)didUpdate; - (void)alphaDidChange; - (id)initWithModel:(id)a0; - (id)init; - (void)observable:(id)a0 didChange:(unsigned long long)a1 context:(void *)a2; - (void)willUpdate; - (id)colorAtIndex:(unsigned int)a0 inLayout:(id)a1; - (void)update; - (void)_invalidateContent; - (void)_updateContent; - (void).cxx_destruct; - (void)referenceSizeDidChange; @end