mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(perform:with:with:): New method added to (NEXTSTEP) category.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@228 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6c9057ae45
commit
16ae846a4f
1 changed files with 5 additions and 0 deletions
|
@ -505,6 +505,11 @@ BOOL NSDecrementExtraRefCountWasZero(id anObject)
|
|||
return [self perform:sel withObject:anObject];
|
||||
}
|
||||
|
||||
- perform: (SEL)sel with: anObject with: anotherObject
|
||||
{
|
||||
return [self perform:sel withObject:anObject withObject:anotherObject];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation NSObject (GNU)
|
||||
|
|
Loading…
Reference in a new issue