@class NSArray, NSString, NSMutableDictionary, UITableViewCell, EKEventDetailAttendeesCell, CUIKCalendarModel; @interface EKEventAttendeesDetailItem : EKEventDetailItem <EKEventDetailAttendeeCellDelegate, EKEditItemViewControllerDelegate> { NSMutableDictionary *_attendeesCells; UITableViewCell *_titleCell; EKEventDetailAttendeesCell *_cell; CUIKCalendarModel *_model; EKEventDetailAttendeesCell *_oldCell; } @property (nonatomic) long long status; @property (retain, nonatomic) NSArray *attendees; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)cellForSubitemAtIndex:(unsigned long long)a0; - (double)defaultCellHeightForSubitemAtIndex:(unsigned long long)a0 forWidth:(double)a1 forceUpdate:(BOOL)a2; - (id)initWithModel:(id)a0; - (void)reset; - (unsigned long long)numberOfSubitems; - (void)eventViewController:(id)a0 didSelectSubitem:(unsigned long long)a1; - (id)detailViewControllerWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 forSubitemAtIndex:(unsigned long long)a1; - (void)eventDetailAttendeeCellWantsRefreshForHeightChange; - (BOOL)hasDetailViewControllerAtIndex:(unsigned long long)a0; - (void).cxx_destruct; - (void)eventDetailAttendeeCellDidCompleteLoad:(id)a0; - (BOOL)configureWithCalendar:(id)a0 preview:(BOOL)a1; - (void)eventDetailAttendeesCell:(id)a0 requestViewControllerPresentation:(id)a1; @end