@class UISwitch, WFNetworkSettingsConfig, NSDate, UIColor, NSString, WFAppearanceProxy, WFHyperlinkFooterView, NSAttributedString, UIAlertController, UITableViewHeaderFooterView, NSArray, UITableViewCell, WFNetworkSettingsCellFactory; @protocol WFNetworkSettingsViewControllerDataCoordinator, WFNetworkSettingsViewControllerDelegate, WFDetailsProviderContext; @interface WFNetworkSettingsViewController : WFInsetTableViewController <UITableViewDelegate, UITableViewDataSource, WFNetworkView> { UITableViewHeaderFooterView *_wifiModeFooterView; UITableViewHeaderFooterView *_lowDataModeFooterView; UITableViewHeaderFooterView *_privacyProxyEnabledFooterView; UITableViewHeaderFooterView *_randomMACFooterView; UITableViewHeaderFooterView *_outrankedFooterView; UITableViewHeaderFooterView *_managedNetworkHeaderView; } @property (retain) NSArray *sections; @property (retain) NSArray *autoJoinSectionRows; @property (retain, nonatomic) WFNetworkSettingsCellFactory *cellFactory; @property (copy, nonatomic) WFNetworkSettingsConfig *config; @property (retain, nonatomic) NSAttributedString *recommendationLinkAttributedString; @property (retain, nonatomic) WFHyperlinkFooterView *linkFooterView; @property (retain, nonatomic) WFHyperlinkFooterView *networkQualityFooterView; @property (retain, nonatomic) UISwitch *autoJoinSwitch; @property (retain, nonatomic) UISwitch *autoLoginSwitch; @property (retain, nonatomic) UISwitch *saveDataModeSwitch; @property (retain, nonatomic) UISwitch *privacyProxyEnabledSwitch; @property (retain, nonatomic) UITableViewCell *networkQualityCell; @property (retain, nonatomic) NSDate *networkQualityFooterDate; @property (retain, nonatomic) UISwitch *randomMACSwitch; @property (retain, nonatomic) UIColor *backgroundColor; @property (retain, nonatomic) id<WFDetailsProviderContext> context; @property (retain, nonatomic) UIAlertController *alert; @property (retain, nonatomic) NSString *hardwareMACAddress; @property (retain, nonatomic) NSString *randomMACAddress; @property (nonatomic) BOOL randomMACSwitchOn; @property (nonatomic) BOOL isUsingRandomMac; @property (nonatomic) BOOL randomFeatureEnabled; @property (retain, nonatomic) WFAppearanceProxy *appearanceProxy; @property (nonatomic) BOOL networkQualitySpinning; @property (nonatomic) BOOL allowViewPassword; @property (nonatomic) BOOL credentailCellTapped; @property (nonatomic) BOOL showManagedNetworkHeader; @property (nonatomic) BOOL isDeviceInDemoMode; @property (nonatomic) BOOL isDemoModeAlertShowing; @property (weak, nonatomic) id<WFNetworkSettingsViewControllerDataCoordinator> dataCoordinator; @property (weak, nonatomic) id<WFNetworkSettingsViewControllerDelegate> delegate; @property (nonatomic) long long deviceCapability; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (readonly, nonatomic) BOOL wantsModalPresentation; - (void)_contentSizeCategoryDidChange:(id)a0; - (void)_applicationWillResignActive:(id)a0; - (long long)numberOfSectionsInTableView:(id)a0; - (id)initWithConfig:(id)a0; - (id)tableView:(id)a0 cellForRowAtIndexPath:(id)a1; - (void)dealloc; - (long long)tableView:(id)a0 numberOfRowsInSection:(long long)a1; - (void)tableView:(id)a0 didSelectRowAtIndexPath:(id)a1; - (void)viewDidLoad; - (id)tableView:(id)a0 titleForHeaderInSection:(long long)a1; - (void)viewWillDisappear:(BOOL)a0; - (BOOL)_canShowWhileLocked; - (void).cxx_destruct; - (BOOL)tableView:(id)a0 canPerformAction:(SEL)a1 forRowAtIndexPath:(id)a2 withSender:(id)a3; - (double)tableView:(id)a0 estimatedHeightForFooterInSection:(long long)a1; - (void)tableView:(id)a0 performAction:(SEL)a1 forRowAtIndexPath:(id)a2 withSender:(id)a3; - (BOOL)tableView:(id)a0 shouldShowMenuForRowAtIndexPath:(id)a1; - (id)tableView:(id)a0 viewForFooterInSection:(long long)a1; - (void)donePressed; - (void)_presentDetailViewController:(id)a0; - (BOOL)_showDemoModeFeatureDisabledAlert; - (void)_promptOverrideWiFiOutrankedDev; - (id)_WiFiModeFooterView; - (id)_autoJoinRowsFromContext:(id)a0; - (void)_autoJoinSwitchChanged:(id)a0; - (void)_autoLoginSwitchChanged:(id)a0; - (long long)_disableModeFromKey:(id)a0; - (id)_displayStringForDisableMode:(long long)a0; - (void)_fillNetworkQualityCell:(id)a0; - (void)_httpProxyAuthChanged:(id)a0; - (void)_httpProxyConfigChanged:(long long)a0; - (BOOL)_isAutoJoinConfigurable; - (BOOL)_isChinaDevice; - (BOOL)_isIPv4ConfigAuto; - (void)_logSections:(id)a0; - (id)_lowDataModeFooterView; - (id)_macAddressToDisplay; - (void)_networkQualityOpenURL; - (void)_openNetworkQualityDetails:(id)a0; - (void)_openRecommendationsLink:(id)a0; - (id)_outrankedFooterView; - (id)_passcodePromptForViewingPasswords; - (id)_portalURL; - (void)_presentRenewLeaseAlertWithSourceRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)_privacyProxyEnabledChanged:(BOOL)a0; - (id)_privacyProxyEnabledFooterView; - (void)_privacyProxyEnabledSwitchChanged:(id)a0; - (void)_promptChangePrivateAddress; - (void)_promptForgetNetwork; - (void)_promptOverrideWiFiOutrankedForPrivateCellular:(BOOL)a0; - (id)_randomAddressToDisplay; - (id)_randomMACFooterTextToDisplay; - (id)_randomMACFooterView; - (void)_reloadNetworkQuality; - (void)_runNetworkQuality; - (void)_saveAutoJoinEnabledChanged:(BOOL)a0; - (void)_saveAutoLoginEnabledChanged:(BOOL)a0; - (void)_saveConfig:(id)a0; - (void)_saveDataModeSwitchChanged:(id)a0; - (void)_saveSaveDataModeChanged:(BOOL)a0; - (long long)_sectionTypeAtSection:(long long)a0; - (id)_sectionsFromConfig:(id)a0 context:(id)a1; - (BOOL)_shouldShowIPv6ForConfig:(id)a0; - (BOOL)_shouldShowRandomConfigSwith; - (BOOL)_showRecommendationSupportLink; - (id)_stringForSettingsSection:(long long)a0; - (id)_touchIDPromptForViewingPasswords; - (void)_updateManagedNetworkHeader; - (void)_updateRandomMACValueChanged:(BOOL)a0; - (void)_updateWiFiEMode:(long long)a0; - (void)_usingRandomMACSwitchChanged:(id)a0; - (id)_wifiPasswordContextOptions; - (id)initWithConfig:(id)a0 detailsContext:(id)a1 hardwareMACAddress:(id)a2; - (id)initWithConfig:(id)a0 detailsContext:(id)a1 hardwareMACAddress:(id)a2 appearanceProxy:(id)a3; - (void)refreshConfig:(id)a0; @end