@class NSString, NSMapTable, NSObject; @protocol PXPlacesMapLayoutResult, PXPlacesMapPipelineComponentProvider, OS_dispatch_semaphore; @interface PXPlacesMapInPlaceUpdatePlan : NSObject { NSObject *_sema; } @property (retain) id currentLayoutResult; @property (retain) NSMapTable *currentLayoutItemToAnnotationTable; @property (weak, nonatomic) id pipelineComponentProvider; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)init; - (void)reset; - (void).cxx_destruct; - (id)_changesBetweenSourceLayoutResult:(id)a0 targetLayoutResult:(id)a1; - (id)annotationForLayoutItem:(id)a0; - (id)removalPlanResult; - (id)resultForNewLayoutResult:(id)a0; @end