@class UIAlertController, NSObject, PSSpecifier; @protocol OS_dispatch_queue; @interface WirelessModemController : PSListController { struct __WiFiManagerClient { } *_wifiClient; struct __WiFiDeviceClient { } *_wifiDevice; BOOL _waitingOnBTPower; BOOL _waitingOnWifiPower; BOOL _wifiTetheringSupported; BOOL _wifiIsWAPI; BOOL _showBTPowerPrompt; BOOL _familyHotspotEnabled; BOOL _didRegisteredNotificationObservers; UIAlertController *_powerAlert; PSSpecifier *_tetheringGroupSpec; PSSpecifier *_tetheringSwitchSpec; PSSpecifier *_currentDeviceSpecifier; PSSpecifier *_passwordSpec; PSSpecifier *_stateFooterSpec; PSSpecifier *_setupViewSpec; struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } _lastSuperviewBounds; Class _btPairControllerClass; Class _btPairSetupClass; Class _btSSPRequestClass; Class _btAlertClass; Class _btClassicDeviceClass; id _btSSPAlert; id _btAlert; long long _shareOption; BOOL _personalHotspotModificationDisabled; NSObject *_serialQueue; BOOL _showBandPreferenceUI; PSSpecifier *_bandPreferenceSpec; } - (void)applicationDidBecomeActive:(id)a0; - (id)init; - (void)dealloc; - (void)viewDidLoad; - (id)specifiers; - (void).cxx_destruct; - (void)viewDidAppear:(BOOL)a0; - (void)viewDidDisappear:(BOOL)a0; - (double)tableView:(id)a0 heightForFooterInSection:(long long)a1; - (void)showAlert:(id)a0; - (id)bandPreference; - (void)setShareOption:(id)a0; - (id)shareOption; - (id)dataUsageString; - (id)usageSpecifier; - (void)alertSheetDismissed:(id)a0; - (void)cleanupPairing; - (void)dismissPairingAlert:(id)a0; - (void)showPairingAlert:(id)a0; - (id)_bandPreferenceSpecLabel; - (void)_btPinRequestHandler:(id)a0; - (void)_btSSPPasskeyDisplayHandler:(id)a0; - (void)setInternetTethering:(id)a0 specifier:(id)a1; - (id)stateFooterSpec; - (void)_btSSPNumericComparisonHandler:(id)a0; - (id)_bandPreferenceSpecFooterLabel; - (void)_btAuthenticationRequestHandler:(id)a0; - (void)_btDevicePairedHandler:(id)a0; - (void)_btPowerChangedHandler:(id)a0; - (void)_btSSPConfirmationHandler:(id)a0; - (void)_managedConfigurationChangedHandler:(id)a0; - (void)_misStateChangedHandler:(id)a0; - (void)_registerAllNotificationObservers; - (void)_setMISDiscoveryStateEnabled:(BOOL)a0 effectiveImmediately:(BOOL)a1; - (void)_setMISDiscoveryStateEnabled:(BOOL)a0 effectiveImmediately:(BOOL)a1 forceBand:(BOOL)a2; - (void)_setWiFiPassword:(id)a0; - (void)_unregisterAllNotificationObservers; - (void)_updatePersonalHotspotModificationDisableState; - (void)_updateTetheringText:(BOOL)a0; - (id)_wiFiPassword; - (BOOL)_wiFiPower; - (void)_wiFiPowerChangedHandler; - (void)allowWirelessConnections:(BOOL)a0; - (void)applicationWillResign:(id)a0; - (id)bandPreferenceSpec; - (id)familyShareSpecifier; - (id)internetTethering:(id)a0; - (id)passwordSpec; - (void)setBandPreference:(id)a0 specifier:(id)a1; - (void)setPersonalHotspotModificationDisableState:(BOOL)a0; - (id)setupViewSpec; - (id)shareSpecifier; - (void)terminateSearching:(BOOL)a0; - (id)tetheringSwitchSpec; - (void)updateInstructionsSection:(int)a0; - (id)wifiPassword:(id)a0; @end