@class PXStoryRelatedOverlayLayout, PXStoryViewModel, NSString; @interface PXStoryRelatedOverlayItemDecorationSource : PXStoryController { long long _selectedIndex; } @property (retain, nonatomic) PXStoryViewModel *viewModel; @property (weak, nonatomic) PXStoryRelatedOverlayLayout *decoratedLayout; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)initWithViewModel:(id)a0; - (void)observable:(id)a0 didChange:(unsigned long long)a1 context:(void *)a2; - (long long)selectionDecorationStyleInLayout:(id)a0; - (unsigned long long)selectionDecorationAdditionsInLayout:(id)a0; - (id)selectedSpriteIndexesInLayout:(id)a0; - (void).cxx_destruct; - (long long)overallSelectionOrderAtSpriteIndex:(unsigned int)a0 inLayout:(id)a1; - (struct { float x0; float x1; float x2; float x3; })overlayInsetsForSpriteIndex:(unsigned int)a0 inLayout:(id)a1; - (void)_invalidateSelectedRelatedIndex; - (void)_updateSelectedRelatedIndex; - (void)configureUpdater:(id)a0; - (id)initWithObservableModel:(id)a0; @end