@class EKEvent, NSString, NSOperationQueue, NSMutableDictionary, NSMutableArray, NSMutableSet; @interface EKUIInviteesViewNotRespondedInviteesSection : NSObject @property (retain, nonatomic) NSMutableArray *participants; @property (retain, nonatomic) EKEvent *event; @property (nonatomic) BOOL canSeeAttendeeStatuses; @property (retain, nonatomic) NSString *cachedInviteeCellReuseIdentifier; @property (retain, nonatomic) NSString *cachedAddInviteeCellReuseIdentifier; @property (nonatomic) unsigned long long reuseIdentifierVersion; @property (nonatomic) BOOL editable; @property (retain, nonatomic) NSOperationQueue *availabilityRequestsQueue; @property (retain, nonatomic) NSMutableDictionary *participantAddressesToAvailabilityType; @property (retain, nonatomic) NSMutableDictionary *participantAddressesToParticipantIndex; @property (retain, nonatomic) NSMutableSet *participantAddressesForInFlightAvailabilityOperations; @property (copy, nonatomic) id /* block */ tableViewCellHook; @property (copy, nonatomic) id /* block */ participantTapped; @property (copy, nonatomic) id /* block */ participantRemoved; @property (copy, nonatomic) id /* block */ addInviteesTapped; @property (copy, nonatomic) id /* block */ participantSetRole; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)_participantAddressForParticipant:(id)a0; - (unsigned long long)numberOfRows; - (id)init; - (id)headerTitle; - (void)dealloc; - (id)debugTitle; - (void).cxx_destruct; - (void)cancelOutstandingOperations; - (void)_addAddressToSetOfAddressesToInflightOperations:(id)a0; - (BOOL)_isAddInviteesRow:(long long)a0; - (BOOL)_isValidRow:(long long)a0; - (id)_lookUpAvailabilityTypeForParticipantAddress:(id)a0; - (id)_lookUpParticipantIndexForParticipantAddress:(id)a0; - (void)_removeAddressFromDictionaryOfAddressesToAvailabilityType:(id)a0; - (void)_removeAddressFromDictionaryOfAddressesToParticipantIndex:(id)a0; - (void)_removeAddressFromSetOfAddressesToInflightOperations:(id)a0; - (void)_removeParticipantAtIndexPath:(id)a0; - (void)_setAvailabilityType:(id)a0 forParticipantAddress:(id)a1; - (BOOL)_setOfAddressesToInflightOperationsContainsAddress:(id)a0; - (void)_setParticipantIndex:(id)a0 forParticipantAddress:(id)a1; - (void)_updateCell:(id)a0 forParticipantAtIndex:(long long)a1 animated:(BOOL)a2; - (void)_updateCellForParticipantWithAddress:(id)a0; - (id)actionsForRow:(id)a0; - (BOOL)canEditRow:(id)a0; - (BOOL)canSelectRow:(id)a0; - (id)cellForIndexPath:(id)a0 inTableView:(id)a1; - (void)commitEditingStyle:(long long)a0 forRow:(id)a1; - (id)contextMenuDataForIndexPath:(id)a0 interaction:(id)a1; - (long long)editingStyleForRow:(id)a0; - (double)estimatedHeightForRow:(id)a0; - (void)reloadAndRegisterReusableCellsWithTableView:(id)a0; - (BOOL)sectionShouldBeShown; - (void)selectRow:(id)a0; - (BOOL)supportsContextMenuForIndexPath:(id)a0; - (id)titleForDeleteConfirmationButtonForRow:(id)a0; - (void)updateWithEvent:(id)a0 editable:(BOOL)a1 fromDetail:(BOOL)a2; @end