@class NSString, AXIPCServer, BSProcessDeathWatcher, NSMutableArray; @protocol AXBackBoardServerInstanceDelegate; @interface AXBackBoardServerInstance : NSObject { AXIPCServer *_server; NSMutableArray *_eventListeners; NSMutableArray *_zoomListeners; struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } _initialZoomFocusRect; NSMutableArray *_eventTapClients; BSProcessDeathWatcher *_heardDeathWatcher; BSProcessDeathWatcher *_uiServerDeathWatcher; BSProcessDeathWatcher *_astDeathWatcher; BSProcessDeathWatcher *_fkaDeathWatcher; BSProcessDeathWatcher *_lcDeathWatcher; } @property (weak, nonatomic) id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)backBoardServerInstanceIfExists; + (id)backBoardServerInstance; - (void)dealloc; - (id)_handleLoadGAXBundleForUnmanagedASAM:(id)a0; - (void)disableBrightnessFilters; - (void)restoreCachedBrightnessFilters; - (struct AXBColorFilterDescription { double x0[3][3]; })colorFilterFromLastUpdate; - (BOOL)brightnessFiltersEnabled; - (void)resetAccessibilityFeatures; - (BOOL)supportsAdaptation; - (id)_initServer; - (void).cxx_destruct; - (BOOL)blueLightStatusEnabled; - (BOOL)adaptationEnabled; - (void)_initializeHandlers; - (BOOL)_inPreBoardMode; - (BOOL)_inCheckerBoardMode; - (BOOL)_sessionIsLoginSession; - (void)forceLoadGAXBundle; - (id)_setDeviceOrientation:(id)a0; - (id)_handleConvertFrameToContextId:(id)a0; - (id)_handleGetZoomInitialFocusRect:(id)a0; - (id)_handleRegisterLiveCaptionsPID:(id)a0; - (id)_handleConvertPointToContextId:(id)a0; - (id)_handleIsHearingControlEnabled:(id)a0; - (id)_handleSetZoomInitialFocusRect:(id)a0; - (id)_axPreferenceAsMobile:(id)a0; - (id)_gaxBackboard; - (id)_handleAXUIServerPID:(id)a0; - (id)_handleAdaptationEnabled:(id)a0; - (id)_handleAssistiveTouchPID:(id)a0; - (id)_handleBlueLightStatusEnabled:(id)a0; - (id)_handleBrightnessFiltersEnabled:(id)a0; - (id)_handleContextHostingIdForContextId:(id)a0; - (id)_handleContextIdForPosition:(id)a0; - (id)_handleConvertFrameFromContextId:(id)a0; - (id)_handleConvertFrameFromContextIdToContextId:(id)a0; - (id)_handleConvertPointFromContextId:(id)a0; - (id)_handleDisableBrightnessFilters:(id)a0; - (id)_handleEventListenerRegistration:(id)a0; - (id)_handleFullKeyboardAccessDaemonPID:(id)a0; - (id)_handleGetGuidedAccessAvailability:(id)a0; - (id)_handleGetLastSetColorFilter:(id)a0; - (void)_handleGuidedAccessAutomationCommand:(id)a0 completion:(id /* block */)a1; - (id)_handleGuidedAccessCurrentModeAndSessionApp:(id)a0; - (id)_handleGuidedAccessEffectiveAppBundleIdentifier:(id)a0; - (id)_handleGuidedAccessIgnoredRegions:(id)a0; - (id)_handleHearingAidServerPID:(id)a0; - (id)_handleHomeClickSwallowedForGuidedAccess:(id)a0; - (id)_handleInCheckerBoardMode:(id)a0; - (id)_handleInPreBoardMode:(id)a0; - (id)_handleInvertColorsChange:(id)a0; - (id)_handleIsGuidedAccessActive:(id)a0; - (id)_handleIsGuidedAccessInWorkspace:(id)a0; - (id)_handleIsGuidedAccessSelfLockedToRequestingApp:(id)a0; - (id)_handleIsGuidedAccessUnmanagedSelfLocked:(id)a0; - (id)_handleIsRestrictedForAAC:(id)a0; - (id)_handleLockScreenDimTimerEnabled:(id)a0; - (id)_handlePostEvent:(id)a0; - (id)_handleRegisterAccessibilityUIServerPID:(id)a0; - (id)_handleRegisterAssistiveTouchPID:(id)a0; - (id)_handleRegisterFullKeyboardAccessDaemonPID:(id)a0; - (id)_handleRegisterHearingAidServerPID:(id)a0; - (id)_handleRegisterSiriViewServicePID:(id)a0; - (id)_handleRegisterZoomConflict:(id)a0; - (id)_handleResetAccessibilityFeatures:(id)a0; - (id)_handleRestoreCachedBrightnessFilters:(id)a0; - (id)_handleSessionIsLoginSession:(id)a0; - (id)_handleSetCapsLockLightOn:(id)a0; - (id)_handleSetClarityUIAdminPasscode:(id)a0; - (void)_handleSetGuidedAccessEnabledByRequestingApp:(id)a0 completion:(id /* block */)a1; - (id)_handleSetInCheckerBoardMode:(id)a0; - (id)_handleSetInPreBoardMode:(id)a0; - (id)_handleSetIsSpeakScreenHighlightVisible:(id)a0; - (id)_handleSetSessionIsLoginSession:(id)a0; - (id)_handleSetSwitchControlHasScreenSwitch:(id)a0; - (id)_handleSetSwitchControlRendersDeviceUnusable:(id)a0; - (id)_handleSupportsAdaptation:(id)a0; - (id)_handleToggleGuidedAccess:(id)a0; - (id)_handleTripleClickHomeButtonFired:(id)a0; - (id)_handleUserEventOccurred:(id)a0; - (id)_handleValidateClarityUIAdminPasscode:(id)a0; - (id)_handleZoomAdjustment:(id)a0; - (id)_setAXPreferenceAsMobile:(id)a0; @end