@class NSString, NSObject; @protocol OS_dispatch_queue; @interface AEConcreteSystemNotificationObservation : NSObject { NSString *_notificationName; NSObject *_queue; id /* block */ _notificationHandler; } - (void)invalidate; - (void).cxx_destruct; @end