@class NSString, PXInlineHeadersSpriteLayout, PXZoomableInlineHeadersDataSourceManager, PXZoomableInlineHeadersLayoutSpec; @protocol PXZoomableInlineHeadersLayoutGeometrySource; @interface PXZoomableInlineHeadersLayout : PXGSplitLayout { struct { unsigned long long needsUpdate; unsigned long long updated; BOOL isPerformingUpdate; BOOL willPerformUpdate; } _updateFlags; PXInlineHeadersSpriteLayout *_yearsLayout; PXInlineHeadersSpriteLayout *_monthsLayout; } @property (readonly, nonatomic) PXZoomableInlineHeadersDataSourceManager *dataSourceManager; @property (retain, nonatomic) PXZoomableInlineHeadersLayoutSpec *spec; @property (nonatomic) double yearsAlpha; @property (nonatomic) double monthsAlpha; @property (weak, nonatomic) id geometrySource; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)_updateSublayouts; - (void)observable:(id)a0 didChange:(unsigned long long)a1 context:(void *)a2; - (void)update; - (id)initWithDataSourceManager:(id)a0; - (void).cxx_destruct; - (void)invalidateAnchorItemFrames; - (void)invalidateGeometry; @end