This is Terminator.h in view mode; [Download] [Up]
#import <objc/Object.h>
#import "Glyph.h"
@interface Terminator: Object
{
}
+ new ;
- doesNotRecognize: (SEL)aSelector ;
- enlist: (Glyph *) aGlyt ;
-hitTest: (NXPoint *) aPnt ;
- (char *) iam ;
- (BOOL) isTerminator ;
- (BOOL) precedes: (Glyph *) aGlyph ;
- test: (int) anInt ;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.