This is norec.m in view mode; [Download] [Up]
#import <objc/Object.h> @interface Object (Foo) -foo; @end void sendFoo(id object) { [object foo]; } void main() { id object = [Object new]; sendFoo(object); }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.