@class SBTelephonyManager, NSDictionary, UITapGestureRecognizer, NSMutableArray, SBSetupRegulatoryInfoViewController, SBSetupWiFiScanner, CSCoverSheetViewController, NSString, UIHoverGestureRecognizer, NSTimer, SBActivationInfoViewController, SBSetupManager, NSArray; @interface SBDashBoardSetupViewController : CSCoverSheetViewControllerBase <STTelephonyStateObserver, CSEventHandling, UIGestureRecognizerDelegate> { SBSetupWiFiScanner *_wifiScanner; SBActivationInfoViewController *_activationInfoViewController; SBSetupRegulatoryInfoViewController *_regulatoryInfoViewController; SBSetupManager *_setupManager; CSCoverSheetViewController *_coverSheetViewController; SBTelephonyManager *_telephonyManager; NSString *_configureKey; NSString *_wifiPrimaryLanguage; NSString *_telephonyPrimaryLanguage; NSTimer *_cycleStartTimer; NSDictionary *_storeRestrictedStrings; NSDictionary *_activationLockStrings; NSString *_maskedAppleID; NSArray *_stringsOrdering; NSMutableArray *_currentStringsOrdering; unsigned long long _currentStringsIndex; BOOL _shouldResetOrderingOnNextCycle; BOOL _isCyclingComponents; unsigned long long _componentsToCycle; double _customDelayDuration; BOOL _isStoreRestricted; BOOL _isActivationLocked; UITapGestureRecognizer *_pointerClickGestureRecognizer; UIHoverGestureRecognizer *_hoverGestureRecognizer; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (long long)presentationPriority; - (void)viewWillAppear:(BOOL)a0; - (void)dealloc; - (long long)presentationType; - (BOOL)gestureRecognizer:(id)a0 shouldReceiveTouch:(id)a1; - (void)viewDidLoad; - (BOOL)_isSecurityResearchDevice; - (id)initWithCoverSheetViewController:(id)a0; - (void)loadView; - (void)aggregateAppearance:(id)a0; - (void)viewWillDisappear:(BOOL)a0; - (void)subscriptionInfoDidChangeForStateProvider:(id)a0 slot:(long long)a1; - (void).cxx_destruct; - (void)viewDidAppear:(BOOL)a0; - (void)aggregateBehavior:(id)a0; - (void)viewDidDisappear:(BOOL)a0; - (BOOL)handleEvent:(id)a0; - (id)setupView; - (void)_infoButtonTapped:(id)a0; - (void)_startWifiScan; - (void)_cancelWifiScan; - (id)_alignedMarketingOrdering; - (void)_animateComponentsForNewCycle; - (id)_applicableIdentifierForDictionary:(id)a0 identifier:(id)a1; - (void)_checkIfActivationLocked; - (unsigned long long)_componentsRelevantToPointerSuppression; - (unsigned long long)_componentsToStartCycling; - (id)_currentActivationLockStringsDictionary; - (id)_currentLanguageIdentifier; - (id)_currentStoreRestrictedStringsDictionary; - (void)_didClickHomeAffordance:(id)a0; - (id)_displayStringForLocalizedString:(id)a0 fallbackString:(id)a1; - (void)_evaluateUpdatingLanguageForImportantLanguageChanges; - (void)_handleHoverEvent:(id)a0; - (BOOL)_haveImportantLanguagesChangedFrom:(id)a0; - (id)_importantLanguageIdentifiers; - (void)_incrementLocalizedStringsForNewCycle; - (void)_regulatoryInfoButtonTapped:(id)a0; - (void)_resetDisplayedLocalizedStringsImmediately:(BOOL)a0; - (void)_startCyclingComponents:(unsigned long long)a0 withDelay:(double)a1; - (void)_stopCyclingComponents:(unsigned long long)a0; - (id)_subcriptionDataSourceDescription:(long long)a0; - (id)_subscriptionInfoForSubscriptionDataSource:(long long)a0; - (id)_supportedLanguageIdentifierFromRegionalLanguageIdentifier:(id)a0 countryCode:(id)a1; - (void)_updateDisplayedStrings; - (void)_updateForLockInfo:(id)a0; - (void)_updateLanguageFromSubscriptionDataSource:(long long)a0; - (void)_updateLanguageFromTelephony; - (void)_updateStringOrderingForLanguageChange; - (void)_updateWifiPrimaryLanguageFromDiscoveredCountryCodes:(id)a0; - (id)firstSupportedLanguageIdentifierInRegionalLanguageIdentifiers:(id)a0 countryCode:(id)a1; - (id)initWithCoverSheetViewController:(id)a0 telephonyManager:(id)a1; - (BOOL)isCyclingComponents:(unsigned long long)a0; @end