luxlabs header browser preview


@interface _NSUndoLightInvocation : _NSUndoObject {
    SEL _selector;
    id _arg;
}

- (void)invoke;
- (void)dealloc;
- (id)description;
- (id)initWithTarget:(id)a0 selector:(SEL)a1 object:(id)a2;
- (id)_argument;

@end