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