@class NSString, AFModesConfiguration; @interface _AFModesConfigurationMutation : NSObject <AFModesConfigurationMutating> { AFModesConfiguration *_base; BOOL _isEyesFree; BOOL _isUIFree; BOOL _isForCarDND; BOOL _isInAmbient; BOOL _isMapsNavigationActive; BOOL _isVoiceTriggerRequest; BOOL _isConnectedToCarPlay; BOOL _isRequestMadeWithPhysicalDeviceInteraction; BOOL _isSiriAutoPrompt; BOOL _isFlexibleFollowup; BOOL _isMediaPlaying; BOOL _userTypedInSiri; NSString *_modeOverrideValue; BOOL _isDeviceScreenON; BOOL _isInPocket; BOOL _liftToWakeDetected; BOOL _userInitiatedWakeDetected; long long _deviceMotion; long long _deviceRaised; long long _faceDetected; long long _touchScreenDetected; long long _buttonPressDetected; long long _flatDevicePosture; long long _deviceOrientation; long long _isInWorkout; long long _isBacklightOn; long long _isInWaterLock; long long _isInSleepLock; long long _isInTheaterMode; long long _isOnWrist; struct _mutationFlags { unsigned char isDirty : 1; unsigned char hasIsEyesFree : 1; unsigned char hasIsUIFree : 1; unsigned char hasIsForCarDND : 1; unsigned char hasIsInAmbient : 1; unsigned char hasIsMapsNavigationActive : 1; unsigned char hasIsVoiceTriggerRequest : 1; unsigned char hasIsConnectedToCarPlay : 1; unsigned char hasIsRequestMadeWithPhysicalDeviceInteraction : 1; unsigned char hasIsSiriAutoPrompt : 1; unsigned char hasIsFlexibleFollowup : 1; unsigned char hasIsMediaPlaying : 1; unsigned char hasUserTypedInSiri : 1; unsigned char hasModeOverrideValue : 1; unsigned char hasIsDeviceScreenON : 1; unsigned char hasIsInPocket : 1; unsigned char hasLiftToWakeDetected : 1; unsigned char hasUserInitiatedWakeDetected : 1; unsigned char hasDeviceMotion : 1; unsigned char hasDeviceRaised : 1; unsigned char hasFaceDetected : 1; unsigned char hasTouchScreenDetected : 1; unsigned char hasButtonPressDetected : 1; unsigned char hasFlatDevicePosture : 1; unsigned char hasDeviceOrientation : 1; unsigned char hasIsInWorkout : 1; unsigned char hasIsBacklightOn : 1; unsigned char hasIsInWaterLock : 1; unsigned char hasIsInSleepLock : 1; unsigned char hasIsInTheaterMode : 1; unsigned char hasIsOnWrist : 1; } _mutationFlags; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)initWithBase:(id)a0; - (BOOL)isDirty; - (void)setDeviceOrientation:(long long)a0; - (void)setIsInWorkout:(long long)a0; - (void)setLiftToWakeDetected:(BOOL)a0; - (void).cxx_destruct; - (void)setIsMediaPlaying:(BOOL)a0; - (void)setDeviceMotion:(long long)a0; - (long long)getDeviceRaised; - (void)setIsInAmbient:(BOOL)a0; - (long long)getDeviceMotion; - (long long)getFaceDetected; - (void)setIsForCarDND:(BOOL)a0; - (long long)getButtonPressDetected; - (long long)getDeviceOrientation; - (long long)getFlatDevicePosture; - (long long)getIsBacklightOn; - (BOOL)getIsConnectedToCarPlay; - (BOOL)getIsDeviceScreenON; - (BOOL)getIsEyesFree; - (BOOL)getIsFlexibleFollowup; - (BOOL)getIsForCarDND; - (BOOL)getIsInAmbient; - (BOOL)getIsInPocket; - (long long)getIsInSleepLock; - (long long)getIsInTheaterMode; - (long long)getIsInWaterLock; - (long long)getIsInWorkout; - (BOOL)getIsMapsNavigationActive; - (BOOL)getIsMediaPlaying; - (long long)getIsOnWrist; - (BOOL)getIsRequestMadeWithPhysicalDeviceInteraction; - (BOOL)getIsSiriAutoPrompt; - (BOOL)getIsUIFree; - (BOOL)getIsVoiceTriggerRequest; - (BOOL)getLiftToWakeDetected; - (id)getModeOverrideValue; - (long long)getTouchScreenDetected; - (BOOL)getUserInitiatedWakeDetected; - (BOOL)getUserTypedInSiri; - (void)setButtonPressDetected:(long long)a0; - (void)setDeviceRaised:(long long)a0; - (void)setFaceDetected:(long long)a0; - (void)setFlatDevicePosture:(long long)a0; - (void)setIsBacklightOn:(long long)a0; - (void)setIsConnectedToCarPlay:(BOOL)a0; - (void)setIsDeviceScreenON:(BOOL)a0; - (void)setIsEyesFree:(BOOL)a0; - (void)setIsFlexibleFollowup:(BOOL)a0; - (void)setIsInPocket:(BOOL)a0; - (void)setIsInSleepLock:(long long)a0; - (void)setIsInTheaterMode:(long long)a0; - (void)setIsInWaterLock:(long long)a0; - (void)setIsMapsNavigationActive:(BOOL)a0; - (void)setIsOnWrist:(long long)a0; - (void)setIsRequestMadeWithPhysicalDeviceInteraction:(BOOL)a0; - (void)setIsSiriAutoPrompt:(BOOL)a0; - (void)setIsUIFree:(BOOL)a0; - (void)setIsVoiceTriggerRequest:(BOOL)a0; - (void)setModeOverrideValue:(id)a0; - (void)setTouchScreenDetected:(long long)a0; - (void)setUserInitiatedWakeDetected:(BOOL)a0; - (void)setUserTypedInSiri:(BOOL)a0; @end