@class NSDate, NSString, UISwitch, UIView, UITableViewCell, EKTravelRouteEstimationController, UITableView, EKEventStore, EKStructuredLocation, EKCalendarItem, NSIndexPath; @interface EKEventTravelTimeEditViewController : EKEditItemViewController { struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } _initFrame; EKCalendarItem *_calendarItem; EKEventStore *_eventStore; UITableView *_table; NSIndexPath *_checkedItem; UISwitch *_switchControl; long long _travelTimeSelectedChoice; double _customTravelTimeDuration; BOOL _estimationGroupIsShowing; BOOL _customTimesGroupIsShowing; BOOL _externallySetValueGroupIsShowing; BOOL _isAnimatingTableSections; BOOL _pendingReloadData; NSString *_routeEstimationErrorMessage; BOOL _isOriginSelectionVisible; BOOL _suppressErrors; BOOL _needsShowOriginAlert; BOOL _estimatedRowIsChecked; EKTravelRouteEstimationController *_routeEstimationControler; long long _selectedRoutingMode; long long _originalSelectedRoutingMode; double _originalSelectedTravelTime; UIView *_shadowView; UITableViewCell *_sampleSizingCell; } @property (nonatomic) double selectedTravelTime; @property (nonatomic) long long selectedRoutingMode; @property (retain, nonatomic) NSDate *arrivalDate; @property (retain, nonatomic) EKStructuredLocation *originStructuredLocation; @property (retain, nonatomic) EKStructuredLocation *destinationStructuredLocation; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)_okLocalizedString; + (id)_cannotProvideDirectionsLocalizedString; + (id)_directionsCouldNotBeFoundLocalizedString; + (id)_startingLocationLocalizedString; + (id)_travelTimeLocalizedString; - (id)tableView:(id)a0 willSelectRowAtIndexPath:(id)a1; - (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; - (void)traitCollectionDidChange:(id)a0; - (double)tableView:(id)a0 heightForRowAtIndexPath:(id)a1; - (void)viewDidLayoutSubviews; - (void)tableView:(id)a0 didSelectRowAtIndexPath:(id)a1; - (void)viewDidLoad; - (double)tableView:(id)a0 heightForHeaderInSection:(long long)a1; - (id)tableView:(id)a0 titleForHeaderInSection:(long long)a1; - (double)tableView:(id)a0 estimatedHeightForRowAtIndexPath:(id)a1; - (void)loadView; - (void)_layoutShadowView; - (void)_contentCategorySizeChanged:(id)a0; - (void)viewWillDisappear:(BOOL)a0; - (BOOL)editItemViewControllerShouldShowDetachAlert; - (BOOL)editItemViewControllerSave:(id)a0; - (void).cxx_destruct; - (void)viewDidAppear:(BOOL)a0; - (double)tableView:(id)a0 heightForFooterInSection:(long long)a1; - (id)tableView:(id)a0 titleForFooterInSection:(long long)a1; - (void)tableView:(id)a0 willDisplayFooterView:(id)a1 forSection:(long long)a2; - (void)_updateTableView; - (void)_autoselectFromAvailableChoices; - (id)_errorStringForMapKitErrorCode:(unsigned long long)a0; - (id)_indexPathForSelectedTravelTime; - (BOOL)_showingOptions; - (long long)_cellStyleForIndexPath:(id)a0; - (void)_checkItemAtIndexPath:(id)a0; - (unsigned long long)_customTravelTimeSection; - (unsigned long long)_estimatedTravelTimeSection; - (unsigned long long)_externallySetValueTravelTimeSection; - (void)_handleEstimationControllerTravelTimeLookupErrors; - (void)_handleOriginLocationErrorsWithAlert:(BOOL)a0; - (void)_locationsChanged; - (long long)_numberOfEstimatedTravelTimeResultRows; - (void)_originLocationButtonWasTapped; - (id)_routeEstimationControler; - (void)_setEstimationActive:(BOOL)a0; - (BOOL)_shouldAutoSelectEstimatedTravelTimeOnLookupCompletion; - (void)_showRouteEstimationAlert; - (BOOL)_showingOptionsInitialState; - (id)_stringForOriginLocation; - (unsigned long long)_toggleSwitchSection; - (void)_travelTimeActivationSwitchChanged:(id)a0; - (void)_updateVisibleSections; - (id)editItemEventToDetach; - (void)editItemViewController:(id)a0 didCompleteWithAction:(int)a1; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 styleProvider:(id)a1 calendarItem:(id)a2 eventStore:(id)a3; - (void)resetBackgroundColor; - (void)routeEstimationControllerDidBeginOriginLocationLookup:(id)a0; - (void)routeEstimationControllerDidBeginTravelTimeLookup:(id)a0; - (void)routeEstimationControllerDidFinishOriginLocationLookup:(id)a0; - (void)routeEstimationControllerDidFinishTravelTimeLookup:(id)a0; - (void)setCell:(id)a0 checked:(BOOL)a1; - (void)setTravelTimeSelectedChoice:(long long)a0; - (BOOL)setTravelTimeSelectedChoiceEstimatedRowAtIndex:(unsigned long long)a0; - (void)setTravelTimeSelectedChoiceToFirstValidEstimatedRow; - (long long)travelTimeSelectedChoice; @end