@interface SVTimeBasedAction : NSObject { double _time; id /* block */ _block; } - (void).cxx_destruct; @end