mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(+superclass): New method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@222 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
31e7f3d8f6
commit
e47e98203c
1 changed files with 5 additions and 0 deletions
|
@ -148,6 +148,11 @@ BOOL NSDecrementExtraRefCountWasZero(id anObject)
|
|||
return [self mutableCopyWithZone: NS_NOZONE];
|
||||
}
|
||||
|
||||
+ (Class) superclass
|
||||
{
|
||||
return class_get_super_class(self);
|
||||
}
|
||||
|
||||
- (Class) superclass
|
||||
{
|
||||
return object_get_super_class(self);
|
||||
|
|
Loading…
Reference in a new issue