(+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:
Andrew McCallum 1995-04-01 20:21:53 +00:00
parent 31e7f3d8f6
commit e47e98203c

View file

@ -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);