discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSObject className


From: Stefan Urbanek
Subject: NSObject className
Date: Fri, 07 Jun 2002 15:09:57 +0200

This method is missing in NSObject:

- (NSString *) className
{
  return NSStringFromClass([self class]);
}

I am not sure, if this is correct, but i think this also should be there:

+ (NSString *) className
{
  return NSStringFromClass([self class]);
}

Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]