@interface HFUtilities : NSObject + (BOOL)isInAirplaneMode; + (BOOL)isRunningInStoreDemoMode; + (BOOL)isInternalInstall; + (BOOL)hasInternalDiagnostics; + (id)cachesDirectoryURL; + (BOOL)isDeviceUnlocked; + (BOOL)supportsAnalytics; + (id)networkSSID; + (BOOL)isUsingiCloud; + (BOOL)shouldUseControlCenterMaterials; + (BOOL)isCloudPhotosOn; + (id)sanitizeUserEnteredHomeKitName:(id)a0; + (id /* block */)comparatorWithSortedClasses:(id)a0 secondaryComparator:(id /* block */)a1; + (id /* block */)comparatorWithSortedObjects:(id)a0; + (id)deviceAirDropIdentifier; + (long long)gridCellTitleLabelMaxLineCount; + (BOOL)invertCellTaps; + (BOOL)isAMac; + (BOOL)isAnIPad; + (BOOL)isAnIPhone; + (BOOL)isCurrentAccount2FAEnabled; + (BOOL)isInternalTest; + (BOOL)isMonitoredInterfaceWifiOrEthernet; + (BOOL)isPressDemoModeEnabled; + (BOOL)isProxHandOffV2Config; + (BOOL)isSiriForiCloudEnabled; + (id)itemIdentifierForAccessories:(id)a0; + (id)preferredNameFromUserID:(id)a0; + (void)setShowEducationTip:(BOOL)a0; + (BOOL)shouldHideBanners; + (BOOL)shouldShowFakeContentForPerformanceTesting; + (BOOL)shouldSuppressAllErrorsForDemo; + (BOOL)shouldUseLegacyQuickControlPresentation; + (BOOL)shouldUseProxHandOffMaterials; + (BOOL)showEducationTip; + (BOOL)supportsAccessorySetup; + (BOOL)supportsBeingCurrentLocationDevice; + (BOOL)supportsEditView; + (BOOL)supportsMediaPicker; + (void)updateSiriForiCloudEnabled:(BOOL)a0 completionHandler:(id /* block */)a1; + (BOOL)useMacIdiom; + (BOOL)useWLANInsteadOfWiFi; + (id)sharedAnnouncementsDirectoryURL; + (id)applicationSupportDirectoryURL; + (id)demoModeDirectoryURL; + (id)documentsDirectoryURL; + (unsigned long long)enabledPerformanceUpgrades; + (BOOL)isDetailedSignpostLoggingEnabled; + (BOOL)isHostProcessHCSTestApp; + (BOOL)isHostProcessProxControl; + (BOOL)isHostProcessProxViewService; + (id)libraryDirectoryURL; + (id)narrowNoBreakSpaceString; + (long long)outputGenderFromString:(id)a0; + (BOOL)perfUpgradeIsEnabled:(unsigned long long)a0; + (id)sanitizeAutoGeneratedHomeKitName:(id)a0; + (id)sharedApplicationSupportDirectoryURL; + (id)sharedLibraryDirectoryURL; + (id)sharedUserDirectoryURL; + (BOOL)shouldShowReachabilityErrors; + (id)uniqueHomeKitNameForName:(id)a0 allNames:(id)a1; + (BOOL)useDefaultAccentColor; + (id)voiceInfoFromSettingLanguageValue:(id)a0; + (BOOL)wallpaperTransition; + (id)wallpaperURL; + (void)warmUpStaticPreferences; @end