@interface TimeValuePair : NSObject @property (nonatomic) double fireTime; @property (retain, nonatomic) id value; - (void).cxx_destruct; @end