@class NSMutableSet; @interface PLHighlightHierarchy : NSObject @property (readonly, nonatomic) NSMutableSet *moments; @property (readonly, nonatomic) NSMutableSet *dayHighlights; @property (readonly, nonatomic) NSMutableSet *dayGroupHighlights; - (void)_addDayHighlight:(id)a0; - (void)_addMoment:(id)a0; - (id)init; - (void)addMoment:(id)a0; - (void)addDayHighlight:(id)a0; - (void)addDayGroupHighlight:(id)a0; - (void).cxx_destruct; @end