(+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:
mccallum 1995-04-01 20:21:53 +00:00
parent aaf5d23cf9
commit 242edbcbe4

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