@class NSArray, NSObject; @protocol AEPolicyStore, AEPerformancePrimitives, OS_dispatch_queue; @interface AERecoveryPolicySession : NSObject { NSArray *_persistentDeactivations; id _policyStore; id _performancePrimitives; NSObject *_queue; } - (void).cxx_destruct; - (void)deactivateWithCompletion:(id /* block */)a0; @end