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