@interface DelayDetails : NSObject @property double fireAt; @property (retain) id context; - (void).cxx_destruct; @end