@class NSInvocation; @interface _NSUndoInvocation : _NSUndoObject { NSInvocation *_invocation; } - (void)invoke; - (void)dealloc; - (id)description; - (id)initWithTarget:(id)a0 invocation:(id)a1; @end
@class NSInvocation; @interface _NSUndoInvocation : _NSUndoObject { NSInvocation *_invocation; } - (void)invoke; - (void)dealloc; - (id)description; - (id)initWithTarget:(id)a0 invocation:(id)a1; @end