@class NSXPCConnection, NSString, NSArray, NSHashTable, NSData, NSDictionary, NSObject, NSMutableArray; @protocol MCInteractionDelegate, OS_dispatch_queue; @interface MCProfileConnection : NSObject { NSHashTable *_observers; id _interactionDelegate; NSDictionary *_preflightResponse; NSData *_originalProfileData; NSObject *_notificationSyncQueue; NSObject *_xpcConnectionSyncQueue; NSObject *_publicXPCConnectionSyncQueue; NSMutableArray *_notificationTokens; id /* block */ userInputReplyBlock; id /* block */ MAIDSignInReplyBlock; id /* block */ restoreReplyBlock; id /* block */ passcodeReplyBlock; id /* block */ showWarningsReplyBlock; id /* block */ waitForEnrollmentCompletionBlock; } @property (class, readonly, nonatomic) NSArray *features; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (readonly, nonatomic) NSXPCConnection *xpcConnection; @property (readonly, nonatomic) NSXPCConnection *publicXPCConnection; + (id)profileInstallationErrorWithUnderlyingError:(id)a0; + (id)profileDaemonConnectionErrorWithUnderlyingError:(id)a0; + (id)sharedConnection; - (int)userMode; - (id)effectiveUserSettings; - (BOOL)isAppManaged:(id)a0; - (BOOL)mayShowLocalAccountsForBundleID:(id)a0 sourceAccountManagement:(int)a1; - (id)installedSystemProfileDataWithIdentifier:(id)a0; - (id)installedUserProfileDataWithIdentifier:(id)a0; - (void)shutDown; - (void)setActivityContinuationAllowed:(BOOL)a0; - (double)userSessionTimeout; - (void)shutDownWithCompletion:(id /* block */)a0; - (void)setValues:(id)a0 forUnionSetting:(id)a1; - (BOOL)isURLManaged:(id)a0; - (BOOL)isHealthDataSubmissionAllowed; - (id)userSettings; - (BOOL)isPasscodeRequired; - (BOOL)isSingleAppModeLogoutAllowed; - (id)installedSystemProfileWithIdentifier:(id)a0; - (id)parentalControlsWhitelistedAppBundleIDs; - (id)installedProfileWithIdentifier:(id)a0; - (BOOL)isDictationAllowed; - (BOOL)activationRecordIndicatesCloudConfigurationIsAvailable; - (id)getReducedMachineInfo; - (BOOL)shouldShowSetupAssistant; - (BOOL)isAirDropAppInstallationAllowed; - (void)resetAllSettingsToDefaultsIsUserInitiated:(BOOL)a0 completion:(id /* block */)a1; - (BOOL)isSupervised; - (id)installedProfileDataWithIdentifier:(id)a0; - (BOOL)isProvisionallyEnrolled; - (void)setMediaPurchaseAllowed:(BOOL)a0 ask:(BOOL)a1 completion:(id /* block */)a2; - (BOOL)isAppInstallationAllowed; - (void)lockDevice; - (BOOL)getIsBundleBlocked:(BOOL *)a0 bundlePath:(id)a1 outHash:(id *)a2 outHashType:(id *)a3 outError:(id *)a4; - (BOOL)activationRecordIndicatesCloudConfigurationIsAvailableAndKeyExists:(BOOL *)a0; - (void)setBoolValue:(BOOL)a0 forSetting:(id)a1 passcode:(id)a2; - (void)setBoolValue:(BOOL)a0 ask:(BOOL)a1 forSetting:(id)a2 passcode:(id)a3 completion:(id /* block */)a4; - (void)setParametersForSettingsByType:(id)a0 toSystem:(BOOL)a1 user:(BOOL)a2 passcode:(id)a3; - (id)filteredOpenInOriginatingAccounts:(id)a0 targetAppBundleID:(id)a1 targetAccountManagement:(int)a2; - (BOOL)mayShareToMessagesOriginatingAccountIsManaged:(BOOL)a0; - (BOOL)hasWheelchairDataSubmissionAllowedBeenSet; - (BOOL)isDiagnosticSubmissionAllowed; - (BOOL)isSiriServerLoggingAllowed; - (BOOL)isWiFiWhitelistingEnforced; - (void)removeBoolSetting:(id)a0; - (void)respondToWarningsContinueInstallation:(BOOL)a0; - (void)_queueDataForAcceptance:(id)a0 originalFileName:(id)a1 originatingBundleID:(id)a2 transitionToUI:(BOOL)a3 completion:(id /* block */)a4; - (BOOL)isAutoUnlockAllowed; - (BOOL)isDiagnosticSubmissionModificationAllowed; - (id)filteredOpenInAccounts:(id)a0 originatingAppBundleID:(id)a1 sourceAccountManagement:(int)a2; - (BOOL)mayShowLocalAccountsForTargetBundleID:(id)a0 targetAccountManagement:(int)a1; - (id)_lacksEntitlementError; - (void)_passcodeDidChange; - (void)setAllowedGrandfatheredRestrictionBoolFeature:(id)a0; - (void)setClassroomStudentRoleEnabled:(BOOL)a0; - (id)chaperoneOrganization; - (void)stopMonitoringEnrollmentState; - (id)restrictionEnforcedWhitelistedAppBundleIDs; - (BOOL)isHealthDataSubmission2Allowed; - (id)restrictedAppBundleIDsExcludingRemovedSystemApps; - (void)checkIn; - (BOOL)applyRestrictionDictionary:(id)a0 appsAndOptions:(id)a1 clientType:(id)a2 clientUUID:(id)a3 localizedClientDescription:(id)a4 localizedWarningMessage:(id)a5 outRestrictionChanged:(BOOL *)a6 outEffectiveSettingsChanged:(BOOL *)a7 outError:(id *)a8; - (id)valueForFeature:(id)a0; - (BOOL)isOpenInRestrictionInEffect; - (BOOL)isPersonalHotspotModificationAllowed; - (int)requestEffectiveBoolValueForSetting:(id)a0 configurationUUID:(id)a1 promptOptions:(id)a2 outError:(id *)a3; - (id)init; - (BOOL)isPasswordAutoFillAllowed; - (BOOL)isMultitaskingAllowed; - (BOOL)hasDiagnosticSubmissionAllowedBeenSet; - (id)provisionalEnrollmentExpirationDate; - (id)installedMDMProfileIdentifier; - (BOOL)isAssistantUserGeneratedContentAllowed; - (BOOL)isConferenceRoomDisplaySettingsUIAllowedOutAsk:(BOOL *)a0; - (int)effectiveBoolValueForSetting:(id)a0; - (BOOL)isParentalControlsAllowPasscodeAccessToNonWhitelistedAppsUIForcedByRestrictions; - (BOOL)isAirDropAllowed; - (BOOL)isEnterpriseBookMetadataSyncAllowed; - (int)recoveryPasscodeUnlockScreenTypeWithOutSimplePasscodeType:(int *)a0; - (void)setBoolValue:(BOOL)a0 ask:(BOOL)a1 forSetting:(id)a2 passcode:(id)a3; - (id /* block */)_cloudConfigurationRetrievalBlockWithCompletion:(id /* block */)a0; - (BOOL)isTVProviderModificationAllowed; - (BOOL)isPasscodeRecoveryAllowed; - (BOOL)wasCloudConfigurationApplied; - (BOOL)isPasscodeModificationAllowed; - (BOOL)isSpellCheckAllowed; - (void)dealloc; - (id)userSettingsForSystem; - (id)deviceAssetTag; - (unsigned long long)gracePeriod; - (BOOL)isSafetyDataSubmissionAllowed; - (BOOL)isAppAndAccessoryAnalyticsAllowed; - (BOOL)isTVShowingUndownloadedTVShowsAllowed; - (void)removeObserver:(id)a0; - (id)effectiveParametersForUnionSetting:(id)a0; - (void)registerObserver:(id)a0; - (void)setSmartPunctuationAllowed:(BOOL)a0; - (void)retrieveAndStoreCloudConfigurationDetailsCompletionBlock:(id /* block */)a0; - (BOOL)isPodcastsAllowed; - (BOOL)isRapidSecurityResponseInstallationAllowed; - (BOOL)isClassroomInstructorRoleEnabled; - (void)storeCloudConfigurationDetails:(id)a0 waitUntilCompleted:(BOOL)a1 completion:(id /* block */)a2; - (id)trustedCodeSigningIdentities; - (void)removeActiveClassroomRole:(id)a0; - (id)clientRestrictionsForClientUUID:(id)a0; - (id)knownAirPrintIPPURLStrings; - (BOOL)isPasscodeCompliantWithNamedPolicy:(id)a0 outError:(id *)a1; - (id)requestEffectiveBoolValueForSetting:(id)a0 configurationUUID:(id)a1 promptOptions:(id)a2 completion:(id /* block */)a3; - (BOOL)isFindMyCarAllowed; - (BOOL)isInstalledAppNearMeSuggestionsAllowed; - (BOOL)isExplicitContentAllowedOutAsk:(BOOL *)a0; - (BOOL)isLocalStorageAllowed; - (void)_destroyXPCConnectionAndInvalidate:(BOOL)a0; - (BOOL)isAppRatingLimitInEffect; - (void)setBoolValue:(BOOL)a0 forSetting:(id)a1 toSystem:(BOOL)a2 user:(BOOL)a3 passcode:(id)a4; - (BOOL)isMusicServiceAllowed; - (id)installedProfileIdentifiers; - (void)markStoredProfileForPurposeAsInstalled:(int)a0; - (void)checkCarrierProfile; - (void)lockdownDidReceiveActivationRecord:(id)a0; - (void)validateAppBundleIDs:(id)a0; - (BOOL)isEnterpriseBookBackupAllowed; - (void)retrieveCloudConfigurationFromURL:(id)a0 username:(id)a1 password:(id)a2 anchorCertificates:(id)a3 completionBlock:(id /* block */)a4; - (void)setParametersForSettingsByType:(id)a0 passcode:(id)a1; - (void)checkCarrierProfileForceInstallation:(BOOL)a0; - (BOOL)mayOpenFromManagedToUnmanaged; - (BOOL)isSpotlightInternetResultsAllowed; - (void)migrateCleanupMigratorWithContext:(int)a0 completion:(id /* block */)a1; - (void)flush; - (BOOL)isFindMyDeviceAllowed; - (id)restrictionEnforcedHomeScreenLayout; - (void)setInteractionDelegate:(id)a0; - (id)installedProfileIdentifiersWithFilterFlags:(int)a0; - (BOOL)isiTunesAllowed; - (BOOL)isInAppPaymentAllowed; - (BOOL)shouldApplyFilterForBundleID:(id)a0 sourceAccountManagement:(int)a1 outAllowManagedAccounts:(BOOL *)a2 outAllowUnmanagedAccounts:(BOOL *)a3; - (BOOL)isPasscodeRequiredByProfiles; - (void)setAllowedGrandfatheredRestrictionUnionFeature:(id)a0; - (BOOL)isVPNCreationAllowed; - (id)effectiveParametersForBoolSetting:(id)a0; - (id)allowedImportFromAppBundleIDsAfterApplyingFilterToBundleIDs:(id)a0 importingAppBundleID:(id)a1 importingAccountIsManaged:(BOOL)a2; - (BOOL)_shouldApplyContactsFilterForBundleID:(id)a0 sourceAccountManagement:(int)a1 outAllowManagedAccounts:(BOOL *)a2 outAllowUnmanagedAccounts:(BOOL *)a3; - (BOOL)installProvisioningProfileData:(id)a0 managingProfileIdentifier:(id)a1 outError:(id *)a2; - (BOOL)isAutomaticDateAndTimeEnforced; - (void)setSafetyDataSubmissionAllowed:(BOOL)a0; - (void)updateProfileWithIdentifier:(id)a0 interactionDelegate:(id)a1; - (BOOL)mayShowLocalContactsAccountsForTargetBundleID:(id)a0 targetAccountManagement:(int)a1; - (BOOL)isRapidSecurityResponseRemovalAllowed; - (void)setFeatureM1Allowed:(BOOL)a0; - (BOOL)isTodayViewAllowed; - (void)invalidateRestrictionCache; - (BOOL)isProximitySetupToNewDeviceAllowed; - (BOOL)applyRestrictionDictionary:(id)a0 clientType:(id)a1 clientUUID:(id)a2 localizedClientDescription:(id)a3 localizedWarningMessage:(id)a4 outRestrictionChanged:(BOOL *)a5 outEffectiveSettingsChanged:(BOOL *)a6 outError:(id *)a7; - (void)doMCICDidRequestShowUserWarnings:(id)a0 completion:(id /* block */)a1; - (id)effectiveRestrictions; - (BOOL)isWiFiPowerModificationAllowed; - (id)managingOrganizationInformation; - (long long)dragDropBidirectionalManagementStateForBaseBundleID:(id)a0; - (BOOL)isContinuityPasteboardWithManagedDataAllowed; - (id)parametersForUnionSetting:(id)a0; - (BOOL)isAirPrintiBeaconDiscoveryAllowed; - (BOOL)isChaperoned; - (id)installProfileData:(id)a0 options:(id)a1 outError:(id *)a2; - (BOOL)isWiFiWithAllowedNetworksOnlyEnforced; - (BOOL)isAppClipsAllowed; - (void)stageMDMEnrollmentInfoForPairingWatchWithProfileData:(id)a0 orServiceURL:(id)a1 anchorCertificates:(id)a2 supervised:(BOOL)a3 declarationKeys:(id)a4 declarationConfiguration:(id)a5 completion:(id /* block */)a6; - (id)_settingsLockedDownByRestrictions:(id)a0; - (void)enrollProvisionallyWithNonce:(id)a0 completionBlock:(id /* block */)a1; - (id)filteredOpenInOriginatingContactsAccounts:(id)a0 targetAppBundleID:(id)a1 targetAccountManagement:(int)a2; - (int)effectiveBoolValueForWatchSetting:(id)a0 pairedDevice:(id)a1 outError:(id *)a2; - (id)effectiveBlockedAppBundleIDsExcludingRemovedSystemApps; - (void)notifyDeviceUnlockedAndPasscodeRequired; - (void)unregisterObserver:(id)a0; - (int)defaultBoolValueForSetting:(id)a0; - (BOOL)isClassroomStudentRoleEnabled; - (BOOL)isQuickNoteAllowed; - (BOOL)isUSBDriveAccessInFilesAllowed; - (BOOL)isLockScreenControlCenterAllowed; - (int)minimumNewPasscodeEntryScreenTypeWithOutSimplePasscodeType:(int *)a0; - (void)checkInWithCompletion:(id /* block */)a0; - (BOOL)isNewsTodayAllowed; - (void)setParentalControlsBlockedAppBundleIDs:(id)a0; - (id)listInstalledProvisioningProfileUUIDsWithManagedOnly:(BOOL)a0; - (id)installedProfileIdentifiersInstalledBy:(id)a0; - (BOOL)removeProvisioningProfileWithUUID:(id)a0 outError:(id *)a1; - (BOOL)hasHandWashingDataSubmissionAllowedBeenSet; - (id)effectiveBlacklistedAppBundleIDs; - (id)allowedKeyboardBundleIDsAfterApplyingFilterToBundleIDs:(id)a0 hostAppBundleID:(id)a1 accountIsManaged:(BOOL)a2; - (int)newPasscodeEntryScreenTypeWithOutSimplePasscodeType:(int *)a0; - (void)installProfileDataStoredForPurpose:(int)a0 completionBlock:(id /* block */)a1; - (id)peekProfileDataFromPurgatoryForDeviceType:(unsigned long long)a0; - (void)checkInAsynchronously; - (void)setBoolValue:(BOOL)a0 ask:(BOOL)a1 forSetting:(id)a2 configurationUUID:(id)a3 toSystem:(BOOL)a4 user:(BOOL)a5 passcode:(id)a6 credentialSet:(id)a7 waitUntilCompleted:(BOOL)a8 completion:(id /* block */)a9; - (void)doMCICDidFinishInstallationWithIdentifier:(id)a0 error:(id)a1 completion:(id /* block */)a2; - (void)setValue:(id)a0 forSetting:(id)a1 toSystem:(BOOL)a2 user:(BOOL)a3; - (BOOL)isSmartPunctuationAllowed; - (BOOL)isInSingleAppMode; - (void)respondToManagedRestoreRequest:(BOOL)a0 error:(id)a1 isCancelled:(BOOL)a2; - (BOOL)changePasscodeWithRecoveryPasscode:(id)a0 to:(id)a1 skipRecovery:(BOOL)a2 outError:(id *)a3; - (BOOL)isScreenRecordingAllowed; - (id)defaultParametersForBoolSetting:(id)a0; - (BOOL)isAutomaticAppUpdatesAllowed; - (BOOL)isMusicArtistActivityAllowed; - (void)popProvisioningProfileDataFromHeadOfInstallationQueue; - (void)setRemoteAppPairingAllowed:(BOOL)a0; - (id)updateProfileWithIdentifier:(id)a0 outError:(id *)a1; - (void)allProfilesOutMDMProfileInfo:(id *)a0 outConfigurationProfilesInfo:(id *)a1 outUninstalledProfilesInfo:(id *)a2 forDeviceType:(unsigned long long)a3; - (BOOL)isHomeScreenLayoutApplied; - (BOOL)isUnpairedExternalBootToRecoveryAllowed; - (void)notifyClientsToRecomputeCompliance; - (id)getMachineInfoWithAdditionalInfo:(id)a0; - (BOOL)shouldDestroyOldKeybag; - (BOOL)isUnionSettingLockedDownByRestrictions:(id)a0; - (id)deviceOrganizationRegion; - (id)uninstalledProfileIdentifiersForDevice:(unsigned long long)a0; - (BOOL)mayShareToAirDropOriginatingAccountIsManaged:(BOOL)a0; - (void)setAsk:(BOOL)a0 forBoolSetting:(id)a1 configurationUUID:(id)a2 toSystem:(BOOL)a3 user:(BOOL)a4 passcode:(id)a5 waitUntilCompleted:(BOOL)a6 completion:(id /* block */)a7; - (BOOL)isClassroomUnpromptedAppAndDeviceLockForced; - (BOOL)isDeviceSleepAllowed; - (BOOL)mayOpenFromUnmanagedToManaged; - (void)_appWhitelistDidChange:(id)a0; - (id)clearRecoveryPasscode; - (BOOL)isMediaPurchaseAllowedOutAsk:(BOOL *)a0; - (void)doMCICDidBeginInstallingNextProfileData:(id)a0 completion:(id /* block */)a1; - (id)restrictionEnforcedNotificationSettings; - (void)doMCICWaitForEnrollmentToFinishWithCompletion:(id /* block */)a0; - (id)effectiveValueForWatchSetting:(id)a0 pairedDevice:(id)a1; - (BOOL)isGroupActivityAllowed; - (id)_localizedRestrictionSourceDescriptionFromMDMName:(id)a0 exchangeName:(id)a1 exchangeCount:(long long)a2 profileName:(id)a3 profileCount:(long long)a4; - (id)effectiveValuesForWatchUnionSetting:(id)a0 pairedDevice:(id)a1 outError:(id *)a2; - (id)autonomousSingleAppModePermittedBundleIDs; - (BOOL)isBoolSettingLockedDownByRestrictions:(id)a0; - (BOOL)_openSensitiveURLString:(id)a0 unlock:(BOOL)a1; - (void)updateMDMEnrollmentInfoForPairingWatch:(id)a0 completion:(id /* block */)a1; - (id)allowedAppBundleIDsForBidirectionalDataMovementAfterApplyingFilterToBundleIDs:(id)a0 localAppBundleID:(id)a1 localAccountIsManaged:(BOOL)a2; - (BOOL)mayShareToAirDropForOriginatingAppBundleID:(id)a0 originatingAccountIsManaged:(BOOL)a1; - (BOOL)isOnDeviceAppInstallationAllowed; - (void)submitUserInputResponses:(id)a0; - (id)removedSystemAppBundleIDs; - (id)parametersForIntersectionSetting:(id)a0; - (void)_defaultsDidChange; - (void)setBoolValue:(BOOL)a0 ask:(BOOL)a1 forSetting:(id)a2 toSystem:(BOOL)a3 user:(BOOL)a4 passcode:(id)a5 completion:(id /* block */)a6; - (id)skipSetupKeys; - (id)_localizedCertificateSourceDescriptionFromMDMName:(id)a0 exchangeName:(id)a1 exchangeCount:(long long)a2 profileName:(id)a3 profileCount:(long long)a4; - (void)retrieveCloudConfigurationFromURL:(id)a0 username:(id)a1 password:(id)a2 anchorCertificates:(id)a3 additionalMachineInfo:(id)a4 completionBlock:(id /* block */)a5; - (void)_createAndResumePublicXPCConnection; - (BOOL)currentPasscodeIsCompliantWithGlobalRestrictionsOutError:(id *)a0; - (void)recomputeProfileRestrictionsWithCompletionBlock:(id /* block */)a0; - (id)crossSiteTrackingPreventionRelaxedDomains; - (id)effectiveParametersForBoolSetting:(id)a0 configurationUUID:(id)a1; - (BOOL)isWiFiPasswordSharingAllowed; - (BOOL)areSettingsLockedDownByRestrictions:(id)a0; - (void)parentalControlsSetAllowPasscodeAccessToNonWhitelistedApps:(BOOL)a0; - (BOOL)isClassroomUnpromptedScreenObservationForced; - (void)removeProtectedProfileAsyncWithIdentifier:(id)a0 installationType:(long long)a1; - (void)setParentalControlsWhitelistedAppBundleIDs:(id)a0; - (id)installedProfilesWithFilterFlags:(int)a0; - (void)setAllowedGrandfatheredRestrictionValueFeature:(id)a0; - (BOOL)clearUserInfoForClientUUIDs:(id)a0; - (BOOL)isNearbyMultiplayerGamingAllowed; - (void)removeProfileWithIdentifier:(id)a0; - (void)setExplicitContentAllowed:(BOOL)a0 ask:(BOOL)a1 completion:(id /* block */)a2; - (void)setTVShowingUndownloadedTVShowsAllowed:(BOOL)a0; - (id)effectiveValueForWatchSetting:(id)a0 pairedDevice:(id)a1 outError:(id *)a2; - (BOOL)isSafariPasswordAutoFillAllowedForURL:(id)a0; - (BOOL)isActivationLockAllowed; - (id)defaultParametersForValueSetting:(id)a0; - (BOOL)changePasscodeFrom:(id)a0 to:(id)a1 skipRecovery:(BOOL)a2 outError:(id *)a3; - (void)setManagedEmailDomains:(id)a0; - (id)doNotBackupAppIDs; - (BOOL)isAutomaticAppUpdatesModificationAllowed; - (BOOL)isControlCenterAllowedInApps; - (BOOL)isMailPrivacyProtectionAllowed; - (id)managedWiFiNetworkNames; - (id)restrictionEnforcedBlockedAppBundleIDs; - (void)setConferenceRoomDisplayModeEnabled:(BOOL)a0 ask:(BOOL)a1 completion:(id /* block */)a2; - (BOOL)isPasswordSharingAllowed; - (void)setTVAllowed:(BOOL)a0; - (BOOL)isAirPlayIncomingRequestsAllowed; - (void)cancelUserInputResponses; - (BOOL)unlockDeviceWithPasscode:(id)a0 outError:(id *)a1; - (id)installedProfilesInstalledBy:(id)a0; - (void)addActiveClassroomRole:(id)a0; - (BOOL)isUninstalledAppNearMeSuggestionsAllowed; - (void)setContinuousPathKeyboardAllowed:(BOOL)a0; - (BOOL)isAirPlaySettingsUIAllowedOutAsk:(BOOL *)a0; - (id)diagnosticsUploadURL; - (void)setPredictiveKeyboardAllowed:(BOOL)a0; - (id)deviceOrganizationAddressLine3; - (id)defaultValuesForUnionSetting:(id)a0; - (BOOL)recoveryPasscodeAvailable; - (id)installProfileData:(id)a0 outError:(id *)a1; - (BOOL)isFingerprintForContactlessPaymentAllowed; - (void)installProfileData:(id)a0 interactionDelegate:(id)a1; - (void)doMCICDidUpdateStatus:(id)a0 completion:(id /* block */)a1; - (BOOL)isCloudKeychainSyncAllowed; - (BOOL)isTemporarySessionOnlyModeEnabled; - (BOOL)isPasscodeSet; - (void)setFingerprintUnlockAllowed:(BOOL)a0 credentialSet:(id)a1 completionBlock:(id /* block */)a2; - (BOOL)isVehicleUIAllowed; - (BOOL)isOnDeviceOnlyTranslationForced; - (void)_restrictionDidChange; - (void)notifyUserHasSeenComplianceMessageWithLastLockDate:(id)a0; - (id)getMachineInfo; - (BOOL)_shouldApplyContactsFilterForTargetBundleID:(id)a0 targetAccountManagement:(int)a1 outAllowManagedAccounts:(BOOL *)a2 outAllowUnmanagedAccounts:(BOOL *)a3; - (void)setParametersForSettingsByType:(id)a0 passcode:(id)a1 completion:(id /* block */)a2; - (void)unstageMDMEnrollmentInfoForPairingWatchWithCompletion:(id /* block */)a0; - (void)setAutoCorrectionAllowed:(BOOL)a0; - (BOOL)isHomeAllowed; - (BOOL)isProfileUIInstallationEffectivelyAllowed; - (id)deviceOrganizationAddressLine1; - (void)_profileListDidChange; - (BOOL)isGameCenterProfilePrivacyModificationAllowed; - (BOOL)isHashtagImagesAllowed; - (void)storeProfileData:(id)a0 configurationSource:(int)a1 purpose:(int)a2 completionBlock:(id /* block */)a3; - (id)userValueForIntersectionSetting:(id)a0; - (void)_createAndResumeXPCConnection; - (id)_sharedDeviceConfiguration; - (BOOL)isAppAnalyticsAllowed; - (BOOL)isWheelchairDataSubmissionAllowed; - (long long)softwareUpdatePath; - (BOOL)isNFCAllowed; - (id)deviceOrganizationCountry; - (BOOL)isProvisioningProfilesWithUUID:(id)a0 managedByProfileWithIdentifier:(id)a1; - (void)setFingerprintUnlockAllowed:(BOOL)a0 passcode:(id)a1; - (BOOL)isiPhoneWidgetsOnMacAllowed; - (BOOL)isBidirectionalDataTransferAllowedWithBundleID:(id)a0; - (BOOL)isRemovalRestrictedByPolicyForApp:(id)a0; - (BOOL)mayShareToMessagesForOriginatingAppBundleID:(id)a0 originatingAccountIsManaged:(BOOL)a1; - (id)deviceDepartmentName; - (void)removeProfileWithIdentifier:(id)a0 installationType:(long long)a1; - (void)setAsk:(BOOL)a0 forBoolSetting:(id)a1 configurationUUID:(id)a2 toSystem:(BOOL)a3 user:(BOOL)a4 passcode:(id)a5; - (void)setParametersForSettingsByType:(id)a0 configurationUUID:(id)a1 toSystem:(BOOL)a2 user:(BOOL)a3 passcode:(id)a4 credentialSet:(id)a5 waitUntilCompleted:(BOOL)a6 completion:(id /* block */)a7; - (int)effectiveRestrictedBoolValueForSetting:(id)a0; - (void)unenrollWithCompletionBlock:(id /* block */)a0; - (id)deviceLockScreenFootnote; - (id)effectiveValueForSetting:(id)a0; - (BOOL)isDefinitionLookupAllowed; - (id)effectiveValuesForUnionSetting:(id)a0; - (BOOL)parentalControlsAllowPasscodeAccessToNonWhitelistedApps; - (BOOL)isAutomaticAppDownloadsAllowed; - (BOOL)isPasscodeRequiredToAccessWhitelistedApps; - (void)setBoolValue:(BOOL)a0 ask:(BOOL)a1 forSetting:(id)a2 configurationUUID:(id)a3 toSystem:(BOOL)a4 user:(BOOL)a5 passcode:(id)a6 completion:(id /* block */)a7; - (void)setValue:(id)a0 forSetting:(id)a1 toSystem:(BOOL)a2 user:(BOOL)a3 passcode:(id)a4; - (BOOL)isPredictiveKeyboardAllowed; - (void)_detectProfiledCrashes; - (BOOL)isTVAllowed; - (id)lockedDownRootCertificatesWithOutLocalizedSourceDescription:(id *)a0; - (BOOL)shouldApplyFilterForTargetBundleID:(id)a0 targetAccountManagement:(int)a1 outAllowManagedAccounts:(BOOL *)a2 outAllowUnmanagedAccounts:(BOOL *)a3; - (id)effectiveValuesForWatchUnionSetting:(id)a0 pairedDevice:(id)a1; - (void)setParameters:(id)a0 forValueSetting:(id)a1; - (id)managedAppBundleIDs; - (void)setBoolValue:(BOOL)a0 ask:(BOOL)a1 forSetting:(id)a2 configurationUUID:(id)a3 toSystem:(BOOL)a4 user:(BOOL)a5 passcode:(id)a6; - (void)setBoolValue:(BOOL)a0 forSetting:(id)a1 toSystem:(BOOL)a2 user:(BOOL)a3; - (id)_handleQueueProfileError:(id)a0 targetDevice:(unsigned long long)a1; - (void)storeCertificateData:(id)a0 forHostIdentifier:(id)a1; - (BOOL)isContentProtectionInEffect; - (void)setHealthDataSubmissionAllowed:(BOOL)a0; - (int)unlockScreenTypeWithOutSimplePasscodeType:(int *)a0; - (id)activationLockBypassHash; - (BOOL)isTodayViewModificationAllowed; - (void)setHandWashingDataSubmissionAllowed:(BOOL)a0; - (BOOL)isRemoteAppPairingAllowed; - (void)createMDMUnlockTokenIfNeededWithPasscode:(id)a0 completionBlock:(id /* block */)a1; - (BOOL)isCloudPrivateRelayAllowed; - (BOOL)applySingleAppModeConfiguration:(id)a0 clientType:(id)a1 clientUUID:(id)a2 localizedClientDescription:(id)a3 outError:(id *)a4; - (void)doMCICDidRequestManagedRestoreWithManagedAppleID:(id)a0 personaID:(id)a1 completion:(id /* block */)a2; - (void)removeProfileWithIdentifier:(id)a0 completion:(id /* block */)a1; - (void)retrieveCloudConfigurationWithoutValidationCompletionBlock:(id /* block */)a0; - (id)userValueForSetting:(id)a0; - (BOOL)isValueSettingLockedDownByRestrictions:(id)a0; - (void)setFindMyCarAllowed:(BOOL)a0; - (id)setPasscodeRecoveryAllowed:(BOOL)a0; - (BOOL)isGameCenterFriendsSharingModificationAllowed; - (void)setSpellCheckAllowed:(BOOL)a0; - (void)storeProfileData:(id)a0 configurationSource:(int)a1 purpose:(int)a2; - (id)deviceProvisionalEnrollmentFootnote; - (BOOL)isLockScreenWiFiModificationAllowed; - (void)retrieveCloudConfigurationDetailsCompletionBlock:(id /* block */)a0; - (BOOL)isContactlessPaymentAllowed; - (BOOL)isProfileWithIdentifier:(id)a0 managedByProfileWithIdentifier:(id)a1; - (void)lockDeviceImmediately:(BOOL)a0; - (int)restrictedBoolValueForFeature:(id)a0; - (BOOL)_unmanagedMayReadManagedContacts; - (void)setValues:(id)a0 forIntersectionSetting:(id)a1 toSystem:(BOOL)a2 user:(BOOL)a3; - (id)acceptedFileExtensions; - (id)deviceOrganizationAddressLine2; - (BOOL)isIntersectionSettingLockedDownByRestrictions:(id)a0; - (void)respondToMAIDAuthenticationRequest:(BOOL)a0 error:(id)a1 isCancelled:(BOOL)a2; - (BOOL)shouldShowCloudConfigurationUI; - (void)doMCICDidFinishPreflightWithError:(id)a0 completion:(id /* block */)a1; - (void)fetchStagedMDMEnrollmentDataForPairingWatchWithPairingToken:(id)a0 completion:(id /* block */)a1; - (BOOL)hasHealthDataSubmissionAllowedBeenSet; - (BOOL)mayEnterPasscodeToAccessNonWhitelistedApps; - (BOOL)mustInstallProfileNonInteractively:(id)a0; - (id)deviceIfLostMessage; - (BOOL)isContinuousPathKeyboardAllowed; - (void)setParentalControlsBlacklistedAppBundleIDs:(id)a0; - (id)fetchActivationLockBypassKeyWithError:(id *)a0; - (BOOL)isAirPlayIncomingRequestsPairingPasswordRequired; - (BOOL)isGeotagSharingAllowed; - (void)fetchStagedMDMEnrollmentDataForPairingWatchWithCompletion:(id /* block */)a0; - (id)queueFileDataForAcceptance:(id)a0 originalFileName:(id)a1 forBundleID:(id)a2 outError:(id *)a3; - (void)setAirPlaySettingsUIAllowed:(BOOL)a0 ask:(BOOL)a1 completion:(id /* block */)a2; - (BOOL)showProfileErrorUIWithProfileIdentifier:(id)a0 outError:(id *)a1; - (void)setParametersForSettingsByType:(id)a0 toSystem:(BOOL)a1 user:(BOOL)a2 passcode:(id)a3 waitUntilCompleted:(BOOL)a4 completion:(id /* block */)a5; - (id)userSettingsForCurrentUser; - (BOOL)hasSafetyDataSubmissionAllowedBeenSet; - (void)__checkForProfiledCrash; - (BOOL)isRadioServiceAllowed; - (void)setParametersForSettingsByType:(id)a0 toSystem:(BOOL)a1 user:(BOOL)a2; - (BOOL)isSystemAppRemovalAllowed; - (BOOL)communicationServiceRulesExistForBundleID:(id)a0 forCommunicationServiceType:(id)a1; - (id)_transmogrifyRestrictionDictionaryForUserEnrollment:(id)a0 outError:(id *)a1; - (BOOL)isClassroomAutomaticClassJoiningForced; - (void)_passcodePolicyDidChange; - (id)associatedDomainsForManagedApps; - (BOOL)isPasscodeNagDaemonEnabled; - (BOOL)isEffectivelyInAppAllowListMode; - (id)parentalControlsBlacklistedAppBundleIDs; - (id)effectiveWhitelistedAppBundleIDs; - (void)applyPairingWatchMDMEnrollmentData:(id)a0 completion:(id /* block */)a1; - (BOOL)isUSBRestrictedModeAllowed; - (BOOL)isDeprecatedWebKitTLSAllowed; - (void)startMonitoringEnrollmentStateWithPersonaID:(id)a0; - (void)resetPasscodeMetadataWithCompletion:(id /* block */)a0; - (BOOL)isAwaitingDeviceConfigured; - (BOOL)isPasswordProximityAutoFillRequestingAllowed; - (BOOL)isMultiUserNewUserCreationAllowed; - (BOOL)_areProfilesRestrictingSettings:(id)a0 outMDMName:(id *)a1 outExchangeName:(id *)a2 outExchangeCount:(long long *)a3 outProfileName:(id *)a4 outProfileCount:(long long *)a5; - (id)deviceOrganizationZipCode; - (void)setValues:(id)a0 forIntersectionSetting:(id)a1; - (id)userBookmarks; - (id)userValueForUnionSetting:(id)a0; - (BOOL)isDeprecatedWebKitSynchronousXHRLoadsAllowed; - (id)defaultParametersForIntersectionSetting:(id)a0; - (void)setFingerprintUnlockAllowed:(BOOL)a0 passcode:(id)a1 completion:(id /* block */)a2; - (BOOL)isHandWashingDataSubmissionAllowed; - (id)effectiveParametersForValueSetting:(id)a0; - (id)effectiveValuesForWatchIntersectionSetting:(id)a0 pairedDevice:(id)a1; - (BOOL)hasHealthDataSubmission2BeenSet; - (void)setTrustedCodeSigningIdentities:(id)a0; - (BOOL)isMUAllowed; - (void)setKeyboardShortcutsAllowed:(BOOL)a0; - (void).cxx_destruct; - (BOOL)isKeyboardShortcutsAllowed; - (id)companionBundleIDToWatchBundleIDsMap; - (void)migrateWithContext:(int)a0 passcodeWasSetInBackup:(BOOL)a1 completion:(id /* block */)a2; - (BOOL)isUSBDriveAccessAllowed; - (BOOL)_checkRemoteProcessHasMDMEntitlement; - (id)recoveryPasscodeExpiryDate; - (id)effectiveBlacklistedAppBundleIDsExcludingRemovedSystemApps; - (void)cancelRequestEffectiveBoolValue:(id)a0 completion:(id /* block */)a1; - (BOOL)passcode:(id)a0 meetsCurrentConstraintsOutError:(id *)a1; - (void)setHealthDataSubmission2Allowed:(BOOL)a0; - (id)effectiveValuesForWatchIntersectionSetting:(id)a0 pairedDevice:(id)a1 outError:(id *)a2; - (id)tvProviderUserToken; - (id)parametersForValueSetting:(id)a0; - (BOOL)needsCheckIn; - (id)defaultValuesForIntersectionSetting:(id)a0; - (void)removeProfileAsyncWithIdentifier:(id)a0; - (id)popProfileDataFromHeadOfInstallationQueue; - (BOOL)isAirDropUnmanagedForced; - (void)deleteActivationLockBypassKey; - (void)waitForMigrationIncludingPostRestoreMigration:(BOOL)a0 waitUntilCompleted:(BOOL)a1 completion:(id /* block */)a2; - (id)errorCheckedSetBoolValue:(BOOL)a0 forSetting:(id)a1; - (BOOL)isAccessibilitySpeechAllowed; - (int)recoveryPasscodeUnlockScreenType; - (BOOL)isPasscodeRecoveryRestricted; - (BOOL)isDeviceNameModificationAllowed; - (BOOL)isCameraAllowed; - (BOOL)changePasscodeFrom:(id)a0 to:(id)a1 outError:(id *)a2; - (BOOL)isBluetoothModificationAllowed; - (BOOL)isClassroomEnabled; - (id)localizedDescriptionOfCurrentPasscodeConstraints; - (id)deviceOrganizationVendorID; - (int)effectiveBoolValueForSetting:(id)a0 outAsk:(BOOL *)a1; - (BOOL)hasAppAnalyticsAllowedBeenSet; - (BOOL)wasTeslaCloudConfigurationApplied; - (long long)dragDropTargetManagementStateForBundleID:(id)a0; - (BOOL)isAppRemovalAllowed; - (id)_disallowedRestrictionErrorForRestrictionKey:(id)a0; - (BOOL)hasAnyMailAccountIgnoringFiltering; - (void)resetAllSettingsToDefaultsIsUserInitiated:(BOOL)a0 waitUntilCompleted:(BOOL)a1 completion:(id /* block */)a2; - (void)setFingerprintUnlockAllowed:(BOOL)a0 passcode:(id)a1 completionBlock:(id /* block */)a2; - (void)storeCloudConfigurationDetails:(id)a0 completion:(id /* block */)a1; - (void)removeValueSetting:(id)a0; - (void)checkInIfNeeded; - (BOOL)isActivityContinuationAllowed; - (BOOL)isNetworkDriveAccessInFilesAllowed; - (void)setPasscodeRecoveryAllowed:(BOOL)a0 completionBlock:(id /* block */)a1; - (id)uninstalledProfileDataWithIdentifier:(id)a0 targetDevice:(unsigned long long)a1; - (BOOL)isApplePersonalizedAdvertisingAllowed; - (id)restrictedAppBundleIDs; - (void)removeExpiredProfiles; - (BOOL)isSoftwareUpdateResisted; - (id)parentalControlsBlockedAppBundleIDs; - (void)setWebContentFilterUserBlacklistedURLStrings:(id)a0; - (BOOL)canSendMail:(id)a0 sourceAccountManagement:(int)a1; - (void)setUserInfo:(id)a0 forClientUUID:(id)a1; - (void)recomputeUserComplianceWarning; - (BOOL)isBookstoreAllowed; - (BOOL)isFeatureM1Allowed; - (BOOL)isFingerprintUnlockAllowed; - (id)managedEmailDomains; - (id)effectiveParametersForIntersectionSetting:(id)a0; - (void)removeProtectedProfileAsyncWithIdentifier:(id)a0 installationType:(long long)a1 completion:(id /* block */)a2; - (id)deviceOrganizationName; - (id)userInfoForClientUUID:(id)a0; - (id)activationLockBypassKey; - (id)managedSystemConfigurationServiceIDs; - (BOOL)isLockScreenNotificationsViewAllowed; - (void)setMultitaskingAllowed:(BOOL)a0; - (BOOL)isAdTrackingLimited; - (id)defaultAppBundleIDForCommunicationServiceType:(id)a0 forAccountWithIdentifier:(id)a1; - (void)setBoolValue:(BOOL)a0 forSetting:(id)a1 passcode:(id)a2 completion:(id /* block */)a3; - (BOOL)mayShowLocalContactsAccountsForBundleID:(id)a0 sourceAccountManagement:(int)a1; - (int)applyRestrictionDictionary:(id)a0 clientType:(id)a1 clientUUID:(id)a2 localizedClientDescription:(id)a3 localizedWarningMessage:(id)a4 complianceBlocking:(int)a5 displayImmediateAlert:(BOOL)a6 outRestrictionChanged:(BOOL *)a7 outEffectiveSettingsChanged:(BOOL *)a8 outError:(id *)a9; - (void)setupAssistantDidFinish; - (BOOL)isCloudSyncAllowed:(id)a0; - (BOOL)isAirPrintCredentialsStorageAllowed; - (void)setAirPlaySecuritySettingsUIAllowed:(BOOL)a0; - (int)boolRestrictionForFeature:(id)a0; - (void)validateAppBundleIDs:(id)a0 completion:(id /* block */)a1; - (int)effectiveBoolValueForWatchSetting:(id)a0 pairedDevice:(id)a1; - (BOOL)isFingerprintModificationAllowed; - (void)setAllowedGrandfatheredRestrictionIntersectionFeature:(id)a0; - (BOOL)isIdentifierForAdvertisingAllowed; - (BOOL)isAuthenticationBeforeAutoFillRequired; - (void)setValue:(id)a0 forSetting:(id)a1 passcode:(id)a2 completion:(id /* block */)a3; - (void)respondToCurrentPasscodeRequestContinue:(BOOL)a0 passcode:(id)a1; - (void)allowedKeyboardBundleIDsAfterApplyingFilterToBundleIDs:(id)a0 hostAppBundleID:(id)a1 accountIsManaged:(BOOL)a2 completion:(id /* block */)a3; - (int)applyRestrictionDictionary:(id)a0 clientType:(id)a1 clientUUID:(id)a2 localizedClientDescription:(id)a3 localizedWarningMessage:(id)a4 complianceBlocking:(int)a5 displayImmediateAlert:(BOOL)a6 limitForUserEnrollment:(BOOL)a7 outRestrictionChanged:(BOOL *)a8 outEffectiveSettingsChanged:(BOOL *)a9 outError:(id *)a10; - (void)forceRetrieveAndStoreCloudConfigurationDetailsCompletionBlock:(id /* block */)a0; - (void)resetAllSettingsToDefaults; - (void)removeProfileAsyncWithIdentifier:(id)a0 installationType:(long long)a1; - (id)acceptedMIMETypes; - (BOOL)isProfileUIInstallationAllowed; - (void)doMCICDidRequestCurrentPasscodeWithCompletion:(id /* block */)a0; - (void)doMCICDidRequestMAIDSignIn:(id)a0 personaID:(id)a1 completion:(id /* block */)a2; - (BOOL)isTVShowingUndownloadedMoviesAllowed; - (id)permittedAutoLockSeconds; - (id)deviceOrganizationAddress; - (BOOL)isEphemeralMultiUser; - (void)setBoolValue:(BOOL)a0 forSetting:(id)a1 toSystem:(BOOL)a2 user:(BOOL)a3 passcode:(id)a4 completion:(id /* block */)a5; - (BOOL)shouldSkipSetupPanes; - (BOOL)isAirPrintTrustedTLSRequirementEnforced; - (BOOL)isOTAPKIUpdatesAllowed; - (BOOL)isNotificationsModificationAllowedForBundleID:(id)a0; - (id)allowedOpenInAppBundleIDsAfterApplyingFilterToAppBundleIDs:(id)a0 originatingAppBundleID:(id)a1 originatingAccountIsManaged:(BOOL)a2; - (BOOL)isiCloudDriveAllowed; - (id)localizedRestrictionSourceDescriptionForFeatures:(id)a0; - (void)setValue:(id)a0 forSetting:(id)a1; - (void)setParametersForSettingsByType:(id)a0; - (BOOL)isLockdownModeEnabled; - (void)setTVProviderModificationAllowed:(BOOL)a0; - (id)managedAppIDs; - (void)getPasscodeComplianceWarningLastLockDate:(id)a0 completionBlock:(id /* block */)a1; - (BOOL)isAppCellularDataModificationAllowed; - (BOOL)currentPasscodeIsCompliantWithProfileRestrictionsOutError:(id *)a0; - (BOOL)isConferenceRoomDisplayModeEnabledOutAsk:(BOOL *)a0; - (id)_queueDataForAcceptance:(id)a0 originalFileName:(id)a1 originatingBundleID:(id)a2 transitionToUI:(BOOL)a3 outError:(id *)a4; - (id)defaultUserBookmarks; - (BOOL)isBookstoreEroticaAllowed; - (BOOL)getAreBundlesBlocked:(id *)a0 bundlePaths:(id)a1 outError:(id *)a2; - (void)debugRescheduleBackgroundActivity:(long long)a0 startDate:(id)a1 gracePeriod:(id)a2 repeatingInterval:(id)a3; - (BOOL)isAttentionAwareAutoLockAllowed; - (BOOL)isSettingLockedDownByRestrictions:(id)a0; - (void)setUserBookmarks:(id)a0; - (long long)allowedGameCenterPlayerTypes; - (BOOL)isFindMyFriendsAllowed; - (id)appleConnect_installMDMAssociatedProfileData:(id)a0 outError:(id *)a1; - (BOOL)isAutoCorrectionAllowed; - (id)localizedDescriptionOfDefaultNewPasscodeConstraints; - (void)removeOrphanedClientRestrictions; - (void)setAutomaticAppUpdatesAllowed:(BOOL)a0; - (void)setValues:(id)a0 forUnionSetting:(id)a1 toSystem:(BOOL)a2 user:(BOOL)a3; - (int)_getPasscodeComplianceWarningExpiryDate:(id)a0 lastLockDate:(id)a1 outLocalizedTitle:(id *)a2 outLocalizedMessage:(id *)a3; - (BOOL)isWebContentFilteringInEffect; - (id)passcodeExpiryDate; - (void)setDriverDoNotDisturbModificationsAllowed:(BOOL)a0; - (unsigned long long)enforcedSoftwareUpdateDelayInDays; - (BOOL)isAwaitingUserConfigured; - (void)removeUninstalledProfileWithIdentifier:(id)a0 installationType:(long long)a1 targetDeviceType:(unsigned long long)a2 completion:(id /* block */)a3; - (void)queueFileDataForAcceptance:(id)a0 originalFileName:(id)a1 forBundleID:(id)a2 completion:(id /* block */)a3; - (void)storeCloudConfigurationDetails:(id)a0; - (BOOL)isCellularPlanModificationAllowed; - (id)_localizedSourceDescriptionForType:(long long)a0 MDMName:(id)a1 exchangeName:(id)a2 exchangeCount:(long long)a3 profileName:(id)a4 profileCount:(long long)a5; - (BOOL)isGameCenterPrivateMessagingAllowed; - (void)waitForMigrationIncludingPostRestoreMigration:(BOOL)a0 completion:(id /* block */)a1; - (BOOL)clearPasscodeWithEscrowKeybagData:(id)a0 secret:(id)a1 outError:(id *)a2; - (BOOL)isSpotlightNewsAllowed; - (void)fetchStagedMDMEnrollmentDeclarationKeysForPairingWatchWithCompletion:(id /* block */)a0; - (void)setWheelchairDataSubmissionAllowed:(BOOL)a0; - (BOOL)isTranslationLookupAllowed; - (id)passcodeCreationDate; - (BOOL)isDriverDoNotDisturbModificationsAllowed; - (BOOL)isMusicVideoViewingAllowed; - (id)restrictionEnforcedNotificationSettingsForBundleID:(id)a0; - (void)setConferenceRoomDisplaySettingsUIAllowed:(BOOL)a0 ask:(BOOL)a1 completion:(id /* block */)a2; - (int)userBoolValueForSetting:(id)a0; - (void)validateAppBundleIDs:(id)a0 waitUntilCompleted:(BOOL)a1 completion:(id /* block */)a2; - (void)setBoolValue:(BOOL)a0 forSetting:(id)a1 errorCompletionBlock:(id /* block */)a2; - (void)isProfileInstalledWithIdentifier:(id)a0 completion:(id /* block */)a1; - (void)_setAllowedGrandfatheredRestrictionFeature:(id)a0 forRestrictionKey:(id)a1; - (BOOL)isUIAppInstallationAllowed; - (BOOL)isAirPrintAllowed; - (BOOL)isClassroomRequestPermissionToLeaveClassesForced; - (id)cloudConfigurationDetails; - (int)getPasscodeComplianceWarningLastLockDate:(id)a0 outLocalizedTitle:(id *)a1 outLocalizedMessage:(id *)a2; - (id)unverifiedInstalledMDMProfileIdentifier; - (id)valueRestrictionForFeature:(id)a0; - (BOOL)isScreenShotAllowed; - (void)preflightUserInputResponses:(id)a0 forPayloadIndex:(unsigned long long)a1; - (void)setActiveClassroomRoles:(id)a0; - (void)setParametersForSettingsByType:(id)a0 toSystem:(BOOL)a1 user:(BOOL)a2 passcode:(id)a3 completion:(id /* block */)a4; - (BOOL)isAutomaticScreenSaverAllowed; - (BOOL)shouldInstallStoredProfileForPurpose:(int)a0; - (void)cloudConfigurationUIDidCompleteWasApplied:(BOOL)a0; - (void)setPasscodeRecoveryAllowed:(BOOL)a0 passcode:(id)a1 completionBlock:(id /* block */)a2; - (BOOL)checkApplicationIdentifierEntitlement; - (void)installProfileDataStoredForPurpose:(int)a0 extraOptions:(id)a1 completionBlock:(id /* block */)a2; - (void)recomputeUserComplianceWarningSynchronously; - (id)effectiveBlockedAppBundleIDs; - (int)unlockScreenType; - (void)removeOrphanedClientRestrictionsWithCompletion:(id /* block */)a0; - (id)defaultParametersForUnionSetting:(id)a0; - (void)addObserver:(id)a0; - (void)setWebContentFilterAutoPermittedURLStrings:(id)a0; - (BOOL)isOnDeviceOnlyDictationForced; - (BOOL)isSharedDeviceTemporarySessionAllowed; - (void)setParameters:(id)a0 forBoolSetting:(id)a1; - (void)notifyDeviceUnlocked; - (void)updateCloudConfigWithSupervision:(BOOL)a0 replaceExistingConfig:(BOOL)a1 completion:(id /* block */)a2; - (id)defaultValueForSetting:(id)a0; - (BOOL)isBundleIDAccountBasedForDragDrop:(id)a0; - (BOOL)isPasscodeRecoverySupported; - (id)effectiveValuesForIntersectionSetting:(id)a0; - (void)_applyToObservers:(id /* block */)a0; - (BOOL)isManagedPasteboardRequired; - (id)installedUserProfileWithIdentifier:(id)a0; - (id)filteredMailSheetAccountsForBundleID:(id)a0 sourceAccountManagement:(int)a1; - (id)effectiveRestrictionsForPairedDevice; - (void)setupAssistantDidFinishWithCompletion:(id /* block */)a0; - (id)managingOrganizationForFontAtURL:(id)a0; - (int)defaultNewPasscodeEntryScreenTypeWithOutSimplePasscodeType:(int *)a0; - (void)setClassroomInstructorRoleEnabled:(BOOL)a0; - (BOOL)changePasscodeWithRecoveryPasscode:(id)a0 to:(id)a1 outError:(id *)a2; - (void)setParametersForSettingsByType:(id)a0 configurationUUID:(id)a1 toSystem:(BOOL)a2 user:(BOOL)a3 passcode:(id)a4 credentialSet:(id)a5 waitUntilCompleted:(BOOL)a6 errorCompletionBlock:(id /* block */)a7; - (void)rereadManagedAppAttributes; - (BOOL)hasAppAndAccessoryAnalyticsAllowedBeenSet; - (BOOL)isLockScreenTodayViewAllowed; - (void)setBoolValue:(BOOL)a0 forSetting:(id)a1; - (int)hostMayPairWithOptions:(id)a0 challenge:(id)a1; - (void)setPasscodeRecoveryAllowed:(BOOL)a0 passcode:(id)a1; - (BOOL)isGameCenterAllowed; - (void)updateCloudConfigurationWithRMAccountIdentifier:(id)a0; - (void)_internalDefaultsDidChange; - (BOOL)isNewsAllowed; - (BOOL)isBiometricAuthForSignInWithAppleAllowed; - (id)activeClassroomRoles; - (void)removeProfileAsyncWithIdentifier:(id)a0 installationType:(long long)a1 completion:(id /* block */)a2; - (int)appWhitelistState; - (void)removeProfileWithIdentifier:(id)a0 installationType:(long long)a1 completion:(id /* block */)a2; - (BOOL)removeProvisioningProfileWithUUID:(id)a0 managingProfileIdentifier:(id)a1 outError:(id *)a2; - (BOOL)isWallpaperModificationAllowed; - (void)setValue:(id)a0 forSetting:(id)a1 passcode:(id)a2; - (void)setGracePeriod:(unsigned long long)a0 passcode:(id)a1 completionBlock:(id /* block */)a2; - (long long)dragDropSourceManagementStateForBundleID:(id)a0; - (BOOL)isSelectedTextSharingAllowed; - (void)_destroyPublicXPCConnectionAndInvalidate:(BOOL)a0; - (double)temporarySessionTimeout; - (BOOL)isAirPlaySecuritySettingsUIAllowed; - (id)allClientUUIDsForClientType:(id)a0; - (id)effectiveWhitelistedAppsAndOptions; - (BOOL)isWebTextDefineAllowed; - (id)objectRestrictionForFeature:(id)a0; - (id)userSettingsForPairedDevice; - (BOOL)isGameCenterProfileModificationAllowed; - (int)effectiveBoolValueForSetting:(id)a0 configurationUUID:(id)a1 outAsk:(BOOL *)a2; - (void)clearRecoveryPasscodeWithCompletion:(id /* block */)a0; - (int)newPasscodeEntryScreenType; - (void)setTVShowingUndownloadedMoviesAllowed:(BOOL)a0; - (void)doMCICDidRequestUserInput:(id)a0 completion:(id /* block */)a1; - (void)_queueCreateAndResumePublicXPCConnection; - (void)profileDataStoredForPurpose:(int)a0 completionBlock:(id /* block */)a1; - (id)filteredOpenInContactsAccounts:(id)a0 originatingAppBundleID:(id)a1 sourceAccountManagement:(int)a2; - (void)_queueCreateAndResumeXPCConnection; - (void)_effectiveSettingsDidChange:(id)a0; - (id)queueFileDataForAcceptance:(id)a0 originalFileName:(id)a1 outError:(id *)a2; - (void)setAsk:(BOOL)a0 forBoolSetting:(id)a1 configurationUUID:(id)a2 toSystem:(BOOL)a3 user:(BOOL)a4 passcode:(id)a5 completion:(id /* block */)a6; - (BOOL)_managedMayWriteUnmanagedContacts; - (id)installedConfigurationProfileInfoWithOutMDMProfileInfo:(id *)a0; - (BOOL)isESIMModificationAllowed; - (id)deviceOrganizationCity; - (void)installProfileData:(id)a0 options:(id)a1 interactionDelegate:(id)a2; - (id)parametersForBoolSetting:(id)a0; - (void)restoreCloudConfigAndMDMProfileFromSetAsideDataWithCompletion:(id /* block */)a0; - (BOOL)isAirPlayOutgoingRequestsPairingPasswordRequired; @end