@class NSString, ACAccountStore, PSSpecifier; @interface ScheduleSettingsController : PSListController <UIActionSheetDelegate> { ACAccountStore *_accountStore; PSSpecifier *_checkedSpecifier; long long _rowToSelect; long long _radioGroup; long long _fetchDividerRow; BOOL _isLowPowerMode; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)init; - (id)tableView:(id)a0 cellForRowAtIndexPath:(id)a1; - (void)dealloc; - (void)tableView:(id)a0 willDisplayCell:(id)a1 forRowAtIndexPath:(id)a2; - (double)tableView:(id)a0 heightForRowAtIndexPath:(id)a1; - (void)tableView:(id)a0 didSelectRowAtIndexPath:(id)a1; - (id)specifiers; - (id)initForContentSize:(struct CGSize { double x0; double x1; })a0; - (void)listItemSelected:(id)a0; - (void)_lowPowerModeChangedNotification:(id)a0; - (id)_specifierForMCCAccount:(id)a0 dataclasses:(id)a1 canPush:(BOOL)a2 canFetch:(BOOL)a3 canManual:(BOOL)a4; - (id)_makeMCCSpecifiers; - (id)_mccSchedule:(id)a0; - (void)_readScheduleSettings; - (void)_setMCCSchedule:(id)a0 specifier:(id)a1; - (id)_specifiersForMCCAccount:(id)a0; - (void)configureFetchDividerCell:(id)a0 atIndexPath:(id)a1; - (BOOL)isExcludedAccountType:(id)a0; - (id)pushEnabled:(id)a0; - (void)setPollInterval:(id)a0 specifier:(id)a1; - (void)setPushEnabled:(id)a0 specifier:(id)a1; - (int)styleForAccount:(id)a0 uniqueIdentifier:(id)a1; - (void)updateRadioGroupText; @end