mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 02:01:03 +00:00
11 lines
184 B
C
11 lines
184 B
C
|
|
||
|
#import <Foundation/NSObject.h>
|
||
|
#import <Foundation/NSString.h>
|
||
|
|
||
|
@interface NSObject(TestsAdditions)
|
||
|
-(BOOL)testEquals: (id)anObject;
|
||
|
-(BOOL)testForString;
|
||
|
-(BOOL)testForClass;
|
||
|
@end
|
||
|
|