@class EKSharee, UIAlertController; @protocol EKShareeViewControllerDelegate; @interface EKShareeViewController : UITableViewController { UIAlertController *_removeAlertController; } @property (retain, nonatomic) EKSharee *sharee; @property (nonatomic) BOOL allowEditing; @property (nonatomic) BOOL allowStopSharing; @property (nonatomic) BOOL allowResendInvitations; @property (weak, nonatomic) id delegate; - (long long)numberOfSectionsInTableView:(id)a0; - (void)viewWillAppear:(BOOL)a0; - (id)tableView:(id)a0 cellForRowAtIndexPath:(id)a1; - (long long)tableView:(id)a0 numberOfRowsInSection:(long long)a1; - (double)tableView:(id)a0 heightForRowAtIndexPath:(id)a1; - (void)tableView:(id)a0 didSelectRowAtIndexPath:(id)a1; - (void)loadView; - (void).cxx_destruct; - (struct CGSize { double x0; double x1; })preferredContentSize; - (double)tableView:(id)a0 heightForFooterInSection:(long long)a1; - (id)tableView:(id)a0 titleForFooterInSection:(long long)a1; - (void)_reloadTitle; - (long long)_rowForSubitem:(int)a0; - (BOOL)_shouldDisplayStopSharingButton; - (id)initWithSharee:(id)a0; - (void)_allowEditingChanged:(id)a0; - (BOOL)_shouldDisplayResendInvitationButton; - (int)_subitemAtRow:(long long)a0; - (void)removeClicked:(id)a0; @end